Swift
How To Parse JSON in Swift Using Codable and JSONSerialization
Parse, encode, and decode between JSON, Dictionary, and Array in Swift.
Insights and reflections on developing for the macOS platform.
Swift
Parse, encode, and decode between JSON, Dictionary, and Array in Swift.
Swift
Learn how to make multiple, simultaneous HTTP requests in 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
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
Learn how to use a Swift enum on a Core Data Model
Swift
Implement a NSButton with image spacing
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.
Swift
Is Xcode AutoLayout breaking on a UIIBSystemGenerated constraint. Find out why!