Swift
Swift DateFormatter Cheatsheet, Formulas, And Examples
Learn how to use DateFormatter to parse, format, and extract components from Dates. Use the cheatsheet to create DateFormatter formulas.
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 how to use DateFormatter to parse, format, and extract components from Dates. Use the cheatsheet to create DateFormatter formulas.
Use this email template to ask someone to become a beta tester for your app
Swift
Learn how to program in Swift with side-by-side C++ examples, covering topics from variable assignment to generics.
Swift
Learn how to add Face ID and Touch ID to iOS and macOS apps using the Local Authentication Framework in Swift.
Core Data
Learn how to create new objects, perform fetch requests, and save a managed object context on a background thread using Core Data in Swift.
Swift
Learn how to delete multiple objects, batch delete, and delete everything in Core Data with Swift.
Core Data
Learn how to make queries using fetch requests in Core Data for objects by ID, predicate, and entity with Swift.
Swift
Learn how to generate secure random data and numbers in Swift using the Security framework.
Swift
Learn how to implement getters and setters for Swift properties, and learn about Swift 5.5 support for getters that can throw an error.
Swift
Learn how to add single line, multi-line, and markdown comments in Swift, and how to add Quick Help documentation in Xcode.
Swift
Learn how to use async and await in Swift by example. Async and await are new Swift 5.5 keywords to help implement asynchronous programming.
UI
Learn how to crop UIImages in Swift to different boundaries, including centering and circular crops like social media apps.