iphone 编程指南收集
时间:2010-09-26 来源:HA-LOU
1.应用程序本地通知
效果图
关键字:UILocalNotification
2.多线程操作
关键字:NSInvocationOperation NSOperationQueue
[self.tableView performSelectorOnMainThread:@selector(reloadData) withObject:nil waitUntilDone:YES];
3.Inserting A UITextField In A UIAlertView
4.不同控制器之间通信的一个好方法
关键词:NSNotificationCenter addObserver postNotificationName
相关阅读 更多 +