摘要: @synthesize statusText;This is how we tell the compiler to automatically create the accessor and mutator methods for us.two invisible methods in out class:statusText setStatusText: but they are there nonetheless waiting for use them.when either button is tapped-(IBAction)buttonPressed: (id)sender {. 阅读全文
posted @ 2012-09-07 08:37 顺武 阅读(253) 评论(0) 推荐(0)