阿栋

marvin2_yul

导航

2016年7月20日 #

设置table距离顶部位置

摘要: //UIEdgeInsetsMake———— UIEdgeInsets insets = {top, left, bottom, right} self.tableView.contentInset = UIEdgeInsetsMake(30, 0, 0, 0); 阅读全文

posted @ 2016-07-20 17:51 阿栋 阅读(805) 评论(0) 推荐(0) 编辑

UIView点击事件。弹出视图,背景虚化。

摘要: @interface CountryViewController //背景 @property (strong, nonatomic) UIView *BackView; end //设置背景虚化 -(UIView *)BackView{ if (!_BackView) { _BackView = 阅读全文

posted @ 2016-07-20 17:11 阿栋 阅读(350) 评论(0) 推荐(0) 编辑