摘要: 将UITableViewCell的selectedBackgroundView设置为按下图片的状态,同时不支持多选的情况下,遇到如下问题: 如果默认第一个cell处于selected状态,然后再点击其他的cell并不抬起(可以是长按操作),然后关闭当前的TableView,在通过其他操作之显示(每次 阅读全文
posted @ 2016-05-20 13:47 tiankongzhicheng 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 苹果一直都在人机交互中尽力做到极致,在iOS7中,新增加了一个小小的功能,也就是这个api:self.navigationController.interactivePopGestureRecognizer.enabled = YES; 这个api功能就是在NavigationController堆 阅读全文
posted @ 2016-05-20 13:45 tiankongzhicheng 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 苹果一直都在人机交互中尽力做到极致,在iOS7中,新增加了一个小小的功能,也就是这个api:self.navigationController.interactivePopGestureRecognizer.enabled = YES; 这个api功能就是在NavigationController堆 阅读全文
posted @ 2016-05-20 13:38 tiankongzhicheng 阅读(145) 评论(0) 推荐(0) 编辑
摘要: iOS开发-automaticallyAdjustsScrollViewInsets属性 Available in iOS 7.0 and later. 简单点说就是automaticallyAdjustsScrollViewInsets根据按所在界面的status bar,navigationba 阅读全文
posted @ 2016-05-20 13:37 tiankongzhicheng 阅读(129) 评论(0) 推荐(0) 编辑