摘要: 说明一下:我的nav 设置的rootview 是 tabbarcontroller,登录界面是push进去的,所以,在登录界面,如果靠近最左边 向右滑动 会出现 tabbarcontroller的视图,iOS 7中在传统的左上角返回键之外,提供了右滑返回上一级界面的手势。支持此手势的是UINavig... 阅读全文
posted @ 2015-04-22 16:45 爱生活爱代码 阅读(1250) 评论(0) 推荐(0)
摘要: UITabBarController使用详解 UITabBarController是IOS中很常用的一个viewController,例如系统的闹钟程序,ipod程序等。UITabBarController通常作为整个程序的rootViewController,而且不能添加到别的container... 阅读全文
posted @ 2015-04-22 16:42 爱生活爱代码 阅读(815) 评论(0) 推荐(0)
摘要: UIScrollView的属性总结属性作用CGPoint contentOffSet监控目前滚动的位置CGSize contentSize滚动范围的大小UIEdgeInsets contentInset视图在scrollView中的位置iddelegate设置协议BOOL directionalLo... 阅读全文
posted @ 2015-04-22 13:56 爱生活爱代码 阅读(151) 评论(0) 推荐(0)