摘要: 1.initWithFrame方法是什么?initWithFrame方法用来初始化并返回一个新的视图对象,根据指定的CGRect(尺寸)2.什么时候用initWithFrame方法?简单的说,我们用编程方式申明,创建UIView对象时,使用initWithFrame方法。1.使用 Interface... 阅读全文
posted @ 2015-04-25 15:56 pocket_live 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 关于控制器跳转需要注意的问题:一般三种方式进行跳转: push,modal,custom一般跳转相应实现方法和注意点:1.[self.navigationController pushViewController:jump animated:YES];2.[self presentModalView... 阅读全文
posted @ 2015-04-25 15:54 pocket_live 阅读(354) 评论(0) 推荐(0) 编辑