08 2016 档案

摘要:新建一个UITabBar的子类,重载以下的方法 - (CGSize)sizeThatFits:(CGSize)size { CGSize tabBarSize = [super sizeThatFits:size]; tabBarSize.height = 37; return tabBarSize 阅读全文
posted @ 2016-08-19 15:23 wkdwangjun 阅读(232) 评论(0) 推荐(0)
摘要:出现这个警告的原因是presentViewController的receiver是一个detached view controller。比方说:window有一个root view controller,然后我们把某个view controller(VC1)的view添加到了root view co 阅读全文
posted @ 2016-08-18 15:47 wkdwangjun 阅读(230) 评论(0) 推荐(0)