Swift
OrderedDictionary In Swift
Learn how and when to use OrderedDictionary, provided by the swift-collections package, in Swift.
Insights and reflections on developing for the iOS platform.
Swift
Learn how and when to use OrderedDictionary, provided by the swift-collections package, in Swift.
Swift
Learn how and when to use OrderedSet, provided by the swift-collections package, in Swift.
Swift
Learn how to create a custom subscription and publisher to read a file on the main thread or a background thread using Combine in Swift.
Swift
Learn how to create a URL from components, parse a URL into components, and work with URL query items in Swift.
Swift
Learn when to use autolayout and autoresizing masks to create responsive user interfaces in Swift.
Swift
Learn how top Swift frameworks Lottie and Charts (44k+ combined GitHub stars) use CGPoint in Swift.
Swift
Learn how to create, update, and delete Core Data objects in Swift with commented code examples.
Swift
Learn how to apply a corner radius, shadow, and border to all kinds of views, including UIViews, UIButtons, and UIImageViews, in Swift.
Swift
Learn how to create and use regular expressions in Swift to validate emails, phone numbers, usernames, passwords, and dates.
Swift
Learn how to create and use regular expressions with named and unnamed capture groups in Swift.
Swift
Learn how to define and use typealias in Swift for types, tuples, closures, protocols, and generics.
Swift
Learn how to multiply, divide, add and subtract matrices in Swift using the performance optimized Accelerate framework.