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…