I'm using Xcode 4.6.3.
When I right-click and drag on an object in the xib pane into the ViewController.h to create an Outlet connection, Xcode creates the property declaration in the header file, but the corresponding @synthesize entry and deallocation related statement that sets the property to nil is not being generated in the implementation file.
Am I missing something or is the a bug?
TIA
0 comments:
Post a Comment