会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
vicvic
博客园
首页
新随笔
联系
订阅
管理
2013年12月25日
改变navigationbar title colour
摘要: bar.titleTextAttributes = @{NSForegroundColorAttributeName : [UIColorwhiteColor]};
阅读全文
posted @ 2013-12-25 09:41 vicvic
阅读(94)
评论(0)
推荐(0)
2013年12月15日
strong assign属性
摘要: strong:这要求运行时自动地保留对这个对象的引用。换而言之,ARC(Automatic Reference Counting)在运行时会一直把这个对象保留在内存里,直到它不再被任何其他对象引用。之后,其所占的内存会被自动释放。assign:表示这个属性的值会被直接设定,不需要任何内存管理。一般只用在非对象类的数据,比如 float。
阅读全文
posted @ 2013-12-15 11:37 vicvic
阅读(230)
评论(0)
推荐(0)
2013年12月4日
HTTP status code
摘要: 100 => 'Continue', 101 => 'Switching Protocols', 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Conte
阅读全文
posted @ 2013-12-04 10:30 vicvic
阅读(168)
评论(0)
推荐(0)
公告