Gavin.han

致力于移动开发 技术改变生活

导航

2012年10月12日

摘要: 1.贴图为快:2.核心知识(1)声明代码:@property (strong, nonatomic) IBOutlet UILabel *userOutput;@property (strong, nonatomic) IBOutlet UITextField *userInput;- (IBAction)setOutput:(id)sender;实现代码:@synthesize userOutput;@synthesize userInput;void)viewDidUnload{ [self setUserOutput:nil];//重要知识点,释放内存!!! [self ... 阅读全文

posted @ 2012-10-12 23:14 gavin.han 阅读(287) 评论(0) 推荐(1) 编辑