摘要: 自从使用xcode6后,有一些小细节需要注意一下,在加载storyboard的时候一定不要忘记勾选 entry point。特别是主框架是代码,然后个别控制器需要加载storyboard的时候- (void)pop { //弹出请假的窗口 UIViewController *rootVc =... 阅读全文
posted @ 2015-01-30 18:08 Joker·venus 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 前段时间遇到一个问题,navigation上的左侧返回按钮需要自定义,于是就给了一个view上去 代码如下 UIView *leftitleView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 200, 54)]; [leftitle... 阅读全文
posted @ 2015-01-30 10:44 Joker·venus 阅读(887) 评论(0) 推荐(0) 编辑