When should I be using the self
expression in my iphone development applications? say i have 2 fields: UITextField *text1;
and NSString *str1;
retained and synthesized.
when i am accessing either of these 2 fields, when should i and when should i not use self.text1
and self.str1
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…