Swift
Capture Javascript Errors From a WKWebView in Swift
Learn how to capture Javascript errors using WebKit Message Handlers in Swift and the Safari Web Inspector
Insights and reflections on developing for the iOS platform.
Swift
Learn how to capture Javascript errors using WebKit Message Handlers in Swift and the Safari Web Inspector
Swift
Learn how to support Javascript alerts, confirmation, and prompts on iOS and macOS using a WKWebView and Swift
Swift
Learn how to add a drop shadow and rounded corners to a UICollectionViewCell in Swift
Swift
Learn how to transform a String into an Int, Double, Float, Bool, and Data in Swift
Swift
Download and save files and images to a cache in Swift without Cocoapods.
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 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.