2019年10月17日

ios中设置UIButton圆角,添加边框

摘要: //例如: UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(50,50,100,40); button.backgroundColor = [UIColor blue 阅读全文

posted @ 2019-10-17 22:51 在一起的浅蓝色 阅读(663) 评论(0) 推荐(0)

iOS 中UICollectionView实现各种视觉效果

摘要: 参考链接:https://www.jianshu.com/p/b3322f41e84c 基础:https://www.jianshu.com/p/d0b034f59020 阅读全文

posted @ 2019-10-17 10:51 在一起的浅蓝色 阅读(440) 评论(0) 推荐(0)

UIScrollView中UITableView

摘要: 参考链接:https://www.jb51.net/article/112679.htm https://www.jianshu.com/p/b867ed4ee9e3 阅读全文

posted @ 2019-10-17 10:48 在一起的浅蓝色 阅读(90) 评论(0) 推荐(0)

导航