2015年3月31日

uitableview 左右滑动删除cell

摘要: 1.自定义cell 添加 scrollview ,scrollview上添加显示数据的控件 2.scrollview的宽度要大于tableview的宽度 -(void)scrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate 阅读全文

posted @ 2015-03-31 22:49 马大哈哈 阅读(257) 评论(0) 推荐(0) 编辑

ios7 以上 NavgationController手势返回(出栈)

摘要: if ([self.navigationController respondsToSelector:@selector(interactivePopGestureRecognizer)]) { self.navigationController.interactivePopGestureRecogn 阅读全文

posted @ 2015-03-31 22:31 马大哈哈 阅读(130) 评论(0) 推荐(0) 编辑

导航