This is a small can of worms.
@synthesize, . , , (, ). , "foo" , "self.foo", . , .
Apple , . , . , , .
, . , , , ( ) ivars .
, . . , , . , "_" , .
, ? . . , .
, ? . "" ( ), ObjC, __block.
- . Apple , , . FWIW, ARC - , ARC, . FWIW, , Core Data. ( accessObjectContext):
__managedObjectContext = [[NSManagedObjectContext alloc] init];
__managedObjectContext = [[NSManagedObjectContext alloc] initWithConcurrencyType:NSMainQueueConcurrencyType];
, , .
@synthesize foo = $foo;
@synthesize bar = bar$;
C/++ 25 , ObjC, . , . . , , , - , , , - . Xcode ( ).
, , , , , ...