2012年5月28日
摘要: #import In the C language, the #include pre-compile directive always causes a file's contents to be inserted into the source at that point. Objective-C has the equivalent #import directive except ea... 阅读全文
posted @ 2012-05-28 23:41 easonoutlook 阅读(1181) 评论(0) 推荐(0) 编辑
摘要: 1、首先缓存图片,等待后面利用本地url来取 dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ TTURLCache *cache = [TTURLCache sharedCache]; for (NSDictionary *item in... 阅读全文
posted @ 2012-05-28 19:41 easonoutlook 阅读(174) 评论(0) 推荐(0) 编辑
摘要: http://www.gocalf.com/blog/iphone-dev-hide-status-bar.html 1、在info.plist里面 Status bar is initially hidden 设置为 YES 2、在appDelagate里面 设置 [application setStatusBarHidden:NO withAnimation:UIStatusBarAni... 阅读全文
posted @ 2012-05-28 11:18 easonoutlook 阅读(853) 评论(0) 推荐(0) 编辑