Swift
Core Data String Queries Using NSPredicate In Swift
Learn how to find an exact string, regex search, and more in Core Data.
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 find an exact string, regex search, and more in Core Data.
Swift
Learn how to add a gradient background to an NSButton
Swift
Implement a button with a background color, rounded corners, and image padding
Swift
Learn how to fade-in a loading animation with spinning activity indicator.
Swift
Implement a UIColor extension to get lighter and darker colors from a UIColor.
Swift
Print, format, and parse UTC and local timezone Dates in Swift.
Swift
Learn how to make GET and POST HTTP requests in Swift using URLSession, including setting HTTP headers and body parameters.
Swift
Implement a UITextField with custom text spacing in Swift
Swift
Create smooth layout animations when the iOS keyboard shows and hides.
Swift
Learn how to use a Swift enum on a Core Data Model
Swift
Implement a NSButton with image spacing
Swift
Learn how to scale a UIImage to a target size while keeping the aspect ratio the same.