Comments on: Using fully synthesized instance variables in Objective-C 2.0 http://www.extinguishedscholar.com/wpglob/?p=354 Powered by work over time. Tue, 21 Feb 2012 17:54:57 -0800 http://wordpress.org/?v=2.8.4 hourly 1 By: Kevin Ballard http://www.extinguishedscholar.com/wpglob/?p=354&cpage=1#comment-8569 Kevin Ballard Tue, 20 Jan 2009 03:51:33 +0000 http://www.extinguishedscholar.com/wpglob/?p=354#comment-8569 The big problem with doing stuff like this is if you need to provide a custom getter/setter instead of using @synthesize then you need direct access to the ivar. The big problem with doing stuff like this is if you need to provide a custom getter/setter instead of using @synthesize then you need direct access to the ivar.

]]>