iphone 编程指南收集

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

 

 

 

posted @ 2010-09-26 19:06  HA-LOU  阅读(263)  评论(0编辑  收藏  举报