Convert JSON into gorgeous, typesafe code in any language. I use this a lot to quickly generate Swift models from server JSON response. It generates very elegant enum handling and optiona
I need to convert time intervals and handle timezone very often, and somehow this website keep showing up in my search results, so I've been using it every since. Works great so far
This is very handy for iOS developers dealing with Auto Layout. I know SwiftUI is the future but many still have to struggle with Auto Layout on a daily basis. This tool helps demystify many tricky cases #iosdev
Have you recently discovered some nifty UIKit APIs that you wish you had known earlier?
Apple introduces new changes every WWDC but it may take a while until they can be adopted in production, hence developers forgot.
Here are 9 useful APIs from iOS 7 - 15 many fail to notice
keyboardDismissMode, iOS 7
Have you tried making the keyboard dismissal follow along drag gesture? It's not an easy feast but I still see manual implementation in some codebases.
They didn't know that in iOS 7, you can specify keyboardDismissMode to be .interactive.