Pages

Sunday, August 18, 2013

@synthesize not added

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


View the original article here

0 comments:

Post a Comment