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.
Email Template To Share How-Tos Use this email template to educate your users on how to get the most out of your app
Email Template To Get Beta Testers Use this email template to ask someone to become a beta tester for your app
Email Template To Get App Reviews Use this email template to ask for an app review from a blogger, influencer, or creator
Push Notification Templates To Retain Users Push notification templates to increase retention with personalized messages
Push Notification Templates To Make Money Push notification templates to increase your apps monetization
Push Notification Templates To Increase App Usage Push notification templates to increase user engagement in your apps
Social Media Templates For New App Features Social media post templates to showcase your apps new update and features
Social Media Templates For Featuring Users Social media post templates to feature your app's users and target audience
Social Media Templates For Your App Business Social media post templates to feature to highlights and milestones of your app business
Social Media Templates For Making Money Social media post templates to increase your apps monetization
Social Media Templates To Get Feedback Social media post templates to ask your users and audience for ideas and feedback
Swift Learn Swift for C++ Developers Learn how to program in Swift with side-by-side C++ examples, covering topics from variable assignment to generics.
Swift Face ID and Touch ID in Swift Learn how to add Face ID and Touch ID to iOS and macOS apps using the Local Authentication Framework in Swift.
Core Data Core Data Background Fetch, Save, & Create 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 Batch Delete And Delete Everything In Core Data Learn how to delete multiple objects, batch delete, and delete everything in Core Data with Swift.
Core Data Core Data Fetch Requests In Swift Learn how to make queries using fetch requests in Core Data for objects by ID, predicate, and entity with Swift.
Swift Secure Random Numbers and Data in Swift Learn how to generate secure random data and numbers in Swift using the Security framework.
Swift Getters and Setters in 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 Comments in Swift Learn how to add single line, multi-line, and markdown comments in Swift, and how to add Quick Help documentation in Xcode.
Swift Async / Await in 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 Crop UIImage In Swift Learn how to crop UIImages in Swift to different boundaries, including centering and circular crops like social media apps.
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.
Swift OrderedDictionary In Swift Learn how and when to use OrderedDictionary, provided by the swift-collections package, in Swift.
Swift OrderedSet In Swift Learn how and when to use OrderedSet, provided by the swift-collections package, in Swift.