Swift
Full-Screen iOS Loading Animation in Swift
Learn how to fade-in a loading animation with spinning activity indicator.
Insights and reflections on writing Swift since the beginning of Swift.
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.
Swift
Learn how to create a UIView with a gradient background in Swift.
Swift
Learn how to resize UICollectionViewCells and refresh the UICollectionView layout on rotation in Swift.
Swift
Learn how to implement UICollectionViewCells with a constant width and autosizing height.