One more thing...
Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week.
Behind the scenes of iOS and Mac Security
The Find My feature in iOS 13 and macOS Catalina enables users to receive help from other nearby Apple devices in finding their lost Macs.

Read More
Articles
It’s hard to get excited when new features come to Objective-C. 
Swift’s OptionSet protocol is the bridged version of Objective-C's NS_OPTIONS enum.
Don’t let your friends dump git logs into changelogs.


The Flutter mobile app SDK is a new way to build beautiful native mobile apps that break away from the “cookie cutter” apps that have been so common in the past.

We'll introduce them and discuss their pros and cons, focusing on open (extensible) sum-types.

The app needs to transform the string into some kind of struct that the sequencer knows how to play. In short, we need to parse this string.
Videos
Just as with OO, one of the keys to a functional style of programming is to write very small bits of functionality that can be combined to create powerful results.