When should I be using the self expression in my iphone development applications? say i have 2 fields: UITextField *text1; and NSString *str1
self
UITextField *text1;
NSString *str1
if you "synthesize" the variable, you should "self." the variable. little rule of thumb