One more thing...
Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week.
Exploring AU Sampler – Apple's Mysterious Sampler Audio Unit
Getting acquainted with Apple's powerful, yet underexplored sampler audio unit. We set the stage and learn how to use a simple toolbox.

Read More
Code
Learn how to refactor your code to create powerful custom SwiftUI view modifiers. Make your views look consistent and your code easier to read and maintain.

One of the most requested features for iOS was customizable lock screens. And finally, we have got it with the latest iOS 16. We can populate our lock screen with glanceable widgets. Implementing a lock screen widget is straightforward because its API shares the same code with home screen widgets. This week we will learn how to implement lock screen widgets for our apps.

Learn how to uppercase to only the first letter of a word and sentence.

In iOS 16, other than introducing the new NavigationStack, Apple also released a new view container named NavigationSplitView for developers to create two or

Improving VoiceOver navigation support is an essential part of making your apps more accessible. A few tips can help you improve quickly.

News & Updates
Xcode Cloud, the continuous integration and delivery service built into Xcode, accelerates the development and delivery of high-quality apps. 
Build, test, and distribute great apps using Apple’s continuous integration and delivery service, Xcode Cloud.

As part of expanding the Swift on Server ecosystem, we’re thrilled to announce the release of a new IMAPv4 parser and encoder, SwiftNIO IMAP.