iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
5.97K
links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact:
@tigorn
Download Telegram
Join
iOS dev
10.9K subscribers
iOS dev
https://digitalbunker.dev/exploring-animation-curves/
Digital Bunker
Exploring Animation Curves
Between my recent SwiftUI projects and YouTube content, animations have become a crucial part of my work. So, I've been down a bit of an animation rabbit hole lately...
We'll start with the basics - from linear animations to easing curves - and then we'll…
iOS dev
https://mp.weixin.qq.com/s/salgoWNYfqjhNwu30aHRnA
iOS dev
https://forums.swift.org/t/introducing-swiftly-a-new-swift-toolchain-installer-and-manager/67254
Swift Forums
Introducing swiftly, a new Swift toolchain installer and manager
swiftly 0.1.0 We are excited to announce the 0.1.0 release of swiftly, a new Swift toolchain manager developed by the SSWG! What is swiftly? swiftly is a CLI tool for installing, managing, and switching between Swift toolchains, written in Swift. swiftly…
iOS dev
https://chris.eidhof.nl/post/view-representable/
chris.eidhof.nl
Working With UIViewRepresentable — Chris Eidhof
iOS dev
https://www.emergetools.com/blog/posts/symbolicating-swiftui-and-any-apple-framework
Emergetools
Emerge Tools Blog | Symbolicating SwiftUI (and any Apple Framework), Part 1
How we managed to symbolicate SwiftUI crash logs.
iOS dev
https://chris.eidhof.nl/presentations/day-in-the-life/
A Day in the Life of a SwiftUI View
iOS dev
https://medium.com/intive-developers/theming-swiftui-applications-412b0221c8cf
Medium
Theming SwiftUI applications
When developing apps for our clients at intive, we strive to a consistent and clear design language. Throughout the development process…
iOS dev
https://swiftsenpai.com/development/widget-container-background/
Swift Senpai
Understanding Container Background for Widget in iOS 17 - Swift Senpai
Container background was introduced in iOS 17 to make code that handles widget backgrounds more intuitive. Here's what you need to know.
iOS dev
https://augmentedcode.io/2023/09/18/animating-with-keyframe-animator-in-swiftui/
Augmented Code
Animating with keyframe animator in SwiftUI
In the previous blog post, we discussed how to use the new phase animator in SwiftUI. Today, we’ll dive into KeyframeAnimator which gives us much more control of the animation. The phase anim…
iOS dev
https://www.avanderlee.com/swift/if-switch-expressions/
SwiftLee
If and switch expressions in Swift
By using if and switch statements as expressions, you can omit the return keyword and reduce the lines of code while maintaining readability.
iOS dev
https://medium.com/swiftable/ios-interview-guide-swift-initializers-4752a3933b97
Medium
iOS Interview Guide: Swift Initializers
Top 25 interview questions on Default, Memberwise, Designated, Convenience, Failable, and Required Initializers in Swift.
iOS dev
https://www.manu.show/2023-09-12-state-object-vs-observed-object/
manu.show
StateObject vs ObservedObject
The differences explained and some mistakes to avoid
iOS dev
https://www.swiftjectivec.com/Generated-Asset-Symbols-Objective-C/
Swiftjective-C
Generated Asset Catalog Symbols in Objective-C
Swift gets all the new toys, and rightfully so. Though, I was happy to see Objective-C still gets some love with Xcode 15.
iOS dev
https://www.youtube.com/watch?v=lgivCGdmFrw
YouTube
Introducing a Memory-Safe Successor Language in Large C++ Code Bases - John McCall - CppNow 2023
https://www.cppnow.org
https://www.linkedin.com/company/cppnow
---
Introducing a Memory-Safe Successor Language in Large Code Bases - John McCall - CppNow 2023
Slides: https://github.com/boostcon/cppnow_presentations_2023
---
Interest in memory-safe programming…
iOS dev
https://sarunw.com/posts/different-ways-to-map-dictionary-in-swift/
Sarunw
Different ways to map over Dictionary in Swift | Sarunw
Learn how to map function work with Swift dictionary.
iOS dev
https://www.pointfree.co/episodes/ep250-testing-debugging-macros-part-1
www.pointfree.co
Episode #250: Testing & Debugging Macros: Part 1
Macros are here! To celebrate, we are releasing a brand new tool to aid in writing tests for them. First, let’s explore testing macros using the tools that Apple provides, evaluate their shortcomings, and see how we can address them.
iOS dev
https://danielsaidi.com/blog/2023/09/15/dismiss-keyboard-when-return-is-pressed-in-a-multiline-swiftui-textfield
iOS dev
https://holyswift.app/discovering-all-swiftui-textfield-keyboard-types/
Holy Swift
Discovering All SwiftUI TextField Keyboard Types - Holy Swift
Explore SwiftUI's TextField keyboard types, optimize user experience, and learn from Apple's naming missteps. Dive into iOS app development.
iOS dev
https://www.swift.org/blog/swift-5.9-released/
Swift.org
Swift 5.9 Released
Swift 5.9 is now available!
🎉
iOS dev
https://www.pointfree.co/blog/posts/113-inline-snapshot-testing
www.pointfree.co
Inline Snapshot Testing
We are releasing a major update to our popular SnapshotTesting library: inline snapshot testing! This allows your text-based snapshots to live right in the test source code, rather than in an external file.
iOS dev
https://www.pointfree.co/blog/posts/114-a-new-tool-for-testing-macros-in-swift
www.pointfree.co
A new tool for testing macros in Swift
With the release of Swift 5.9 and its new macros feature, we are excited to announce a brand new open source library: Macro Testing. It includes powerful tools for writing tests for your macros.