Swift
Core Data Fetched Property Example In Swift
Learn about fetched properties in Core Data with commented example code, and about alternatives to fetched properties in Swift.
iOS developer since 2009. I've built top ranking apps and learned a lot about Swift along the way. I regularly post Swift examples with many more articles in progress. Follow Advanced Swift!
Swift
Learn about fetched properties in Core Data with commented example code, and about alternatives to fetched properties in Swift.
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.