A 101 question
Let\'s say i\'m making database of cars and each car object is defined as:
#import
@interface Car:NSObject{
After reading so many Articles, SO posts and made demo apps to check Variable property attributes, I decided to put all the attributes information together
so below is the detailed article link where you can find above mentioned all attributes, that will defiantly help you. Many thanks to all the people who give best answers here!!
Variable property attributes or Modifiers in iOS
Example:
@property (nonatomic, retain) NSString *name;
@synthesize name;
Example:
@property (nonatomic, assign) NSString *address;
@synthesize address;