iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.01K
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://holyswift.app/common-mistakes-to-avoid-when-using-enums-in-swift/
Holy Swift
Common Mistakes to Avoid When Using Enums in Swift - Holy Swift
Explore common enum mistakes in Swift and learn best practices to enhance code reliability and maintainability for iOS development.
iOS dev
https://www.youtube.com/watch?v=FULMRV3wIKg
YouTube
Swift Server Side Meetup #01
Calling all Swift developers who are eager to harness the power of Swift on the server-side! Join the Swift Server Working Group for their online meetup, where you'll connect with fellow enthusiasts, dive into the latest advancements and best practices in…
iOS dev
https://youtube.com/playlist?list=PLCl5NM4qD3u8R2o7BVvRUrjxBJjiyx20q&si=vhHE9b63TcaNoG-l
try! Swift Tokyo 2024
iOS dev
http://swiftwithmajid.com/2024/04/23/content-margins-in-swiftui/
Swift with Majid
Content margins in SwiftUI
SwiftUI introduced a set of view modifiers, allowing us to manage the safe area in our views efficiently. In many cases, the safe area is where you want to put your content. Today, we will learn about the new content margin concept that SwiftUI introduced…
iOS dev
https://useyourloaf.com/blog/swiftui-pie-charts/
Use Your Loaf - iOS Development News & Tips
SwiftUI Pie Charts
SwiftUI gained pie charts in iOS 17.
iOS dev
https://www.avanderlee.com/swiftui/environment-property-wrapper/
SwiftLee
Using @Environment in SwiftUI to link Swift Package dependencies
Unlock the potential of the @Environment property wrapper in SwiftUI to connect observable objects and prevent unnecessary dependencies.
iOS dev
https://blog.stackademic.com/swiftui-custom-view-transition-nav-with-matched-geometry-032552356fc5
Medium
SwiftUI: Custom View Transition(Navigation) With Matched Geometry
I have been fuddling around with View Transition recently in SwiftUI because of the lack of customization on Navigation animation.
iOS dev
https://www.donnywals.com/dispatching-to-the-main-thread-with-mainactor-in-swift/
Donny Wals
Dispatching to the Main thread with MainActor in Swift – Donny Wals
Swift 5.5 introduced loads of new concurrency related features. One of these features is the annotation that we can apply to classes, functions, and properties. In this post you’ll learn several…
iOS dev
https://www.polpiella.dev/app-store-connect-like-picker-with-swiftui
www.polpiella.dev
Creating an App Store Connect-like picker for macOS with SwiftUI
Learn how to use SwiftUI components such as Menus and Buttons and modifiers like onHover and overlay to create a picker component for macOS similar to the beta group picker in App Store Connect's TestFlight.
iOS dev
https://medium.com/qonto-way/how-one-line-of-code-led-to-50-faster-swift-compilation-for-tens-of-thousands-of-teams-f55c3b0da933
Medium
How one line of code led to +50% faster Swift compilation for tens of thousands of teams
Can one line of code change the iOS development industry?
iOS dev
https://medium.com/simform-engineering/audio-input-device-switch-management-in-avaudiosession-4a7c4dd78eb5
Medium
Audio Input Device Switch Management in AVAudioSession
Seamless transition between headphones and speakers with AVAudioSession
iOS dev
https://medium.com/@batrakov.vitaly/adapting-uihostingcontroller-to-changes-in-swiftui-view-size-da11a0994a1e
Medium
Adapting UIHostingController to changes in SwiftUI View size
Learn how to use UIHostingController’s sizing options
iOS dev
https://fatbobman.com/en/posts/in-depth-exploration-of-overlay-and-background-modifiers-in-swiftui/
fatbobman.com
In-Depth Exploration of Overlay and Background Modifiers in SwiftUI
Explore SwiftUI's overlay and background modifiers, understanding their differences from ZStack, alignment logic, size control, and best practices for usage.
iOS dev
https://www.createwithswift.com/applying-sentiment-analysis-using-natural-language-framework/
Create with Swift
Applying sentiment analysis using the Natural Language framework
Use the Natural Language framework from Apple to apply sentiment analysis to text.
iOS dev
https://holyswift.app/how-to-invert-any-view-in-swiftui/
Holy Swift
How to Mirror Any View in SwiftUI? - Holy Swift
Learn to invert or mirror views in SwiftUI with simple scaleEffect techniques for creative and interactive UI designs.
iOS dev
https://www.jessesquires.com/blog/2024/04/29/sdk-privacy-manifests/
Jesse Squires
The curious case of Apple's third-party SDK list for privacy manifests
At last year’s WWDC, Apple introduced privacy manifests. They recently sent out a reminder that the deadline for complying with these new requirements is May...
iOS dev
https://www.finnvoorhees.com/words/subscribing-to-swiftdata-changes-outside-swiftui
Finnvoorhees
Subscribing to SwiftData changes outside SwiftUI
iOS dev
https://www.danijelavrzan.com/posts/2024/05/configurable-button-swiftui/
Danijela's blog
Configurable button with different states in SwiftUI | Danijela's blog
In this post, we'll take a look at how we can create a configurable button with pre-defined states. We'll add four different states and update the button state in the code.
iOS dev
https://www.massicotte.org/concurrency-swift-6-se-0418
massicotte.org
SE-0418: Inferring Sendable for methods and key path literals
This is a dense proposal, covering a lot of tricky stuff around the relationships between functions, key paths, and sendability. I’m going to go out on a limb here and say that the changes here won’t affect the majority of Swift users. However, the changes…
iOS dev
https://wadetregaskis.com/swifts-native-clocks-are-very-inefficient/
Swift’s native Clocks are very inefficient