Blog
iOS Development Blog
Thoughts, insights, and experiences from 10+ years of iOS development, remote work, and building apps for millions of users.
TIL: Obj-C NSError** Methods Become Swift Throwing Functions
A quick look at how Objective-C methods with NSError** parameters automatically become throwing functions in Swift - showcasing seamless language interoperability.
Read more →How to Build a Proxy on iOS
Learn how to use URLProtocol to intercept network requests in iOS apps, with real-world applications including proxies, testing stubs, and network monitoring.
Read more →