Xcode 4 has introduced many improvements, but you have to know how to use them – and know they exist. One extremely useful feature is Xcode 4’s capability to create outlets and actions automatically with a simple drag and drop operation. This means that you can create your @property, @synthesize methods, and declare your instance […]
Tag: interface builder
Found out about a great library by Matej Bukovinski for easily adding stylish progress notification graphics to your app. The library is MBProgressHUD, and a full example is included. It is very straightforward to implement, and includes it’s own thread creation so you don’t have to worry if threading is a topic that you are […]