摘要: View Controller的组合应用其实很常见了,比如说Tab bar controller和Navigation view controller的组合使用,像这种一般都是Navigation view controller作为Tab bar controller的一个child view co... 阅读全文
posted @ 2015-04-13 20:43 狠角色Cisse 阅读(284) 评论(0) 推荐(0) 编辑
摘要: NSTimer可以用来执行一些定时任务,比较常用的方法就是:+ (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(id)userInfo r... 阅读全文
posted @ 2015-04-12 12:59 狠角色Cisse 阅读(1742) 评论(0) 推荐(0) 编辑
摘要: 几年前用过一个C++网络库叫做POCO的,还是蛮强大的,当时只是用来搭建一个HTTP服务器,改天把以前的代码找出来研究一下.http://pocoproject.org/ 阅读全文
posted @ 2015-04-11 20:59 狠角色Cisse 阅读(132) 评论(0) 推荐(0) 编辑
摘要: NSNotificationCenter是iOS中常用的消息通知机制,不过在使用过程中有几点需要注意的问题.直接贴Apple 的官方文档吧:A notification center delivers notifications to observers synchronously. In othe... 阅读全文
posted @ 2015-04-11 20:51 狠角色Cisse 阅读(4097) 评论(0) 推荐(0) 编辑