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://useyourloaf.com/blog/iphone-16-screen-sizes/
Use Your Loaf - iOS Development News & Tips
iPhone 16 Screen Sizes
What's new with the 2024 iPhone 16 screen sizes.
iOS dev
https://www.swift.org/blog/announcing-swift-6/
Swift.org
Announcing Swift 6
We’re delighted to announce the general availability of Swift 6. This is a major new release that expands Swift to more platforms and domains.
iOS dev
https://troz.net/post/2024/xcode_folders_groups/
TrozWare
Xcode Folders & Groups - TrozWare
Crazy Mac lady. Mac author & developer. Lover of Apple computers and devices. Swift & SwiftUI enthusiast. Unofficial Mac app dev evangelist
iOS dev
https://whackylabs.com/swift/swiftui/ios/animation/2024/09/12/moveme-swiftui-edition/
Whacky Labs
MoveMe - SwiftUI Edition
Taking about gestures and animation with SwiftUI is actually not as intuitive as it sounds. But how hard could it be?
❤
1
iOS dev
https://www.neilmacy.co.uk/blog/xcode-playgrounds-previews
Neil Macy
Previews in Xcode Playgrounds | Neil Macy
A quick code sample of how to use Previews in Xcode Playgrounds.
iOS dev
https://blog.jacobstechtavern.com/p/cow2llvm-the-isknownuniquelyreferenced
Jacobstechtavern
COW2LLVM: The isKnownUniquelyReferenced Deep-Dive
Demystify the Swift Compiler, the engine behind copy-on-write
iOS dev
https://medium.com/@noahlittle199/thread-safety-with-mutex-in-swift-6-575e79f14386
Medium
Thread safety with Mutex in Swift 6
With Xcode 16/Swift 6, Apple introduced the Synchronization framework, bringing to the table more ways to ensure thread safety in our…
iOS dev
https://www.avanderlee.com/swift-testing/using-traits-to-annotate-and-customize-test-behavior/
SwiftLee
Using Traits to annotate and customize test behavior
Customize and annotate tests with traits in the Swift Testing framework. Learn how to configure behaviors and skip certain tests.
iOS dev
https://www.youtube.com/watch?v=KoKlr5dqpP4
YouTube
Color Mixing in iOS 18
In this video, I want to introduce you to a new Color view modifier that will allow you to mix two color views together to produce a new mixed color view. We are going to be using this to create an app that will generate an array of color swatches for you…
iOS dev
https://swiftwithmajid.com/2024/09/17/discovering-app-features-with-tipkit-groups/
Swift with Majid
Discovering app features with TipKit. Groups.
A year ago, Apple released the TipKit framework, which has a bizarre title. TipKit became a framework, making app features much easier for users to discover. This week, we will talk about an enhancement that Apple introduced to improve tip-appearing logic…
iOS dev
https://swift.mackarous.com/posts/2024/09/modifiers-context-menu/
Swift.Mackarous
SwiftUI Modifiers Deep Dive: contextMenu | Swift.Mackarous
Welcome to the SwiftUI Modifiers Deep Dive series, where we take a closer look at one SwiftUI modifier each week. In this series, I’ll explore the ins and outs of each modifier, breaking down its functionality and use cases. Whether you’re new to SwiftUI…
iOS dev
https://freiwald.dev/posts/custom-environment-colors/
freiwald.dev
The Power of Custom ShapeStyle for SwiftUI Theming
iOS dev
https://swiftwithmajid.com/2024/09/17/discovering-app-features-with-tipkit-groups/
Swift with Majid
Discovering app features with TipKit. Groups.
A year ago, Apple released the TipKit framework, which has a bizarre title. TipKit became a framework, making app features much easier for users to discover. This week, we will talk about an enhancement that Apple introduced to improve tip-appearing logic…
iOS dev
https://orjpap.github.io/swift/low-level/audio/avfoundation/2024/09/19/avAudioEffectNode.html
Orestis Papadopoulos
AVAudioEffectNode: painless low level audio effects written in Swift
I'm Orestis Papadopoulos. I work as a software developer. This is my blog, I write about software, sounds and Swift.
iOS dev
https://augmentedcode.io/2024/09/23/how-to-keep-dates-microseconds-precision-in-swift/
Augmented Code
How to keep Date’s microseconds precision in Swift
DateFormatter is used for converting string representation of date and time to a Date type and visa-versa. Something to be aware of is that the conversion loses microseconds precision. This is extr…
iOS dev
https://fatbobman.com/en/posts/mastering-data-binning-with-swift-charts/
fatbobman.com
Mastering Data Binning with Swift Charts
Explore how to use Swift Charts’ advanced APIs for precise data binning. Learn about NumberBins and DateBins for efficient data processing and visualization. Discover how to improve app performance.
iOS dev
https://mp.weixin.qq.com/s/xDeZ6zM7-6RfPXrs5kCqWw
iOS dev
https://medium.com/livefront/creating-a-dynamic-draggable-scrollview-with-uikit-for-swiftui-13bd25c2954c
Medium
Creating a Dynamic Draggable ScrollView with UIKit for SwiftUI
In one of our recent products, we undertook an exciting challenge to redesign a map and search view. The design we implemented features a…
iOS dev
https://www.polpiella.dev/safari-extensions-swiftui/
www.polpiella.dev
How to build a Safari extension with SwiftUI
Learn how to create a Safari Extension as a popover using only Swift and how to render its UI using SwiftUI.
iOS dev
https://swiftwithmajid.com/2024/09/24/mastering-container-views-in-swiftui-basics/
Swift with Majid
Mastering container views in SwiftUI. Basics.
Since the very first version of the framework, SwiftUI has had several container views. The most popular ones are HStack, VStack, List, etc. This year, Apple introduced new APIs that allow us to build custom container views in a new way. This week, we will…