When creating a new project in Xcode 4.1, I get a window which is declared in the app delegate as:
@property (assign) IBOutlet NSWindow *window; and defined as @synthesize window ; Is this not going to create unnecessary unnecessary setter and getter implementations? Would not @dynamic be more appropriate in this situation? _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com