摘要: 1、使用代码添加插座变:IBOutlet UITextField *nameTextField;2、使用代码添加动作:-(IBAction)btnClick:(id)sender;3、使用UIAlertView:UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Hello"message:@"This is an alert view"delegate:selfcancelButtonTitle:@"OK"otherButtonTitle:nil];4、使用UIActio 阅读全文
posted @ 2011-12-19 16:40 Earloye 阅读(372) 评论(0) 推荐(0) 编辑