摘要: -(void)loadTags { NSAutoreleasePool*pool =[[NSAutoreleasePool alloc] init]; [UIApplication sharedApplication].networkActivityIndicato... 阅读全文
posted @ 2012-04-09 22:55 jprothwell 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 论坛会员zhang_cn分享的开源的电子书阅读器项目供大家参考 iphone平台上开源的电子书阅读器项目: https://github.com/vfr/Readerhttps://github.com/brow/leaveshttps://github.com/schwa/iOS-PDF-Re... 阅读全文
posted @ 2012-04-09 22:43 jprothwell 阅读(253) 评论(0) 推荐(0) 编辑
摘要: When you push or pop a view controller on/off a navigaction controller's stack, the usual viewWillAppear / viewDidappear methods aren't called. If you want to ensure they're always called, just add the UINavigationControllerDelegate protocol to your root view controller:@interface RootVi 阅读全文
posted @ 2012-04-09 22:39 jprothwell 阅读(194) 评论(0) 推荐(0) 编辑