2018年2月6日

iOS tableview下拉刷新

摘要: - (void)viewDidLoad { [super viewDidLoad]; // 创建tableview [self setTableView]; [self setupRefresh]; } // 下拉刷新 - (void)setupRefresh { NSLog(@"setupRefresh -- 下拉刷新"); ... 阅读全文

posted @ 2018-02-06 16:08 高彰 阅读(1680) 评论(0) 推荐(0) 编辑

iOS 设置按钮圆切角(4个角都可随意设置)

摘要: https://yq.aliyun.com/ziliao/4779 设置按钮的4个角:左上:UIRectCornerTopLeft左下:UIRectCornerBottomLeft右上:UIRectCornerTopRight右下:UIRectCornerBottomRight 例子代码: UIBu 阅读全文

posted @ 2018-02-06 11:30 高彰 阅读(6086) 评论(0) 推荐(0) 编辑

导航