07 2020 档案

摘要:if (@available(iOS 13, *)) { UITabBarAppearance *appearance = [self.tabBar.standardAppearance copy]; appearance.backgroundImage = [UIColor GC_imageWit 阅读全文
posted @ 2020-07-23 13:59 ·农夫三拳· 阅读(885) 评论(0) 推荐(0)
摘要:直接上代码: 1. 声明属性 这里写了三个属性的例子。 2.使用runtime , 实现 set get方法,类属性与对象属性都差不多 3.测试使用: 4.打印测试结果: 阅读全文
posted @ 2020-07-17 17:17 ·农夫三拳· 阅读(677) 评论(1) 推荐(0)