2013年2月27日

instance variable VS local variables

摘要: The default value for instance variables in Objective-C is 0.Local variables take precedence over the instance variable and effectively hides it. 阅读全文

posted @ 2013-02-27 10:16 Chansonyan 阅读(116) 评论(0) 推荐(0)

导航