Use Cursor for iOS Development

Why would I want to use Cursor for iOS dev? It’s lightweight, the AI chat assistance seems to be as good if not better than Xcode. Tons of extensions. This…

Obj-C Blocks

Understanding Blocks in iOS Blocks are a powerful feature in iOS development that allow you to encapsulate a piece of code and pass it around as an object. They are…