摘要: 苹果官方例子-scrollViewpageControl 例子的关键是使用的延迟加载的思想 ,如uitableview的reuse uitableviewcell一样同时考虑用户体验其他参考:Detect Single Tap in UIScrollViewScrollingMadness---------选择单触事件对象-(void)touchesBegan:(NSSet*)toucheswit... 阅读全文
posted @ 2010-09-26 22:50 HA-LOU 阅读(1033) 评论(2) 推荐(0) 编辑
摘要: 1.应用程序本地通知     效果图关键字:UILocalNotification 2.多线程操作关键字:NSInvocationOperation NSOperationQueue [self.tableView performSelectorOnMainThread:@selector(reloadData) withObject:nil waitUntilDone:YES];3.Insert... 阅读全文
posted @ 2010-09-26 19:06 HA-LOU 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 1.UITextField2.NSArray 阅读全文
posted @ 2010-09-26 19:05 HA-LOU 阅读(408) 评论(0) 推荐(0) 编辑
摘要: iPhone的九宫格实现代码Customizing the background/border colors of a UITableView (grouped style) 阅读全文
posted @ 2010-09-26 19:04 HA-LOU 阅读(258) 评论(0) 推荐(0) 编辑