上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 41 下一页
摘要: https://developer.apple.com/download/more/ 阅读全文
posted @ 2020-10-15 12:01 懂事长qingzZ 阅读(211) 评论(0) 推荐(0)
摘要: ///滚动到指定item [self.collectionView scrollToItemAtIndexPath:[NSIndexPath indexPathForItem:indexPath.item inSection:0] atScrollPosition:UICollectionViewS 阅读全文
posted @ 2020-10-15 11:47 懂事长qingzZ 阅读(252) 评论(0) 推荐(0)
摘要: sudo gem install -n /usr/local/bin cocoapods -v 1.4.0 https://www.jianshu.com/p/8aa6be0560b3 阅读全文
posted @ 2020-10-15 09:49 懂事长qingzZ 阅读(315) 评论(0) 推荐(0)
摘要: ///UIBarMetricsCompact 整个充满导航栏 UIImage *backGroundImage = [UIImage imageNamed:@"vip_nav_bg"]; backGroundImage = [backGroundImage resizableImageWithCap 阅读全文
posted @ 2020-10-14 19:22 懂事长qingzZ 阅读(186) 评论(0) 推荐(0)
摘要: 1.创建文件夹test1 终端cd到test1 里面 执行 git clone https://github.com/phacility/arcanist.git 下载完成 使用arc help 测试是否成功 2.路径配置 打开前往,输入路径~/.zshrc ,添加路径代码 export PATH= 阅读全文
posted @ 2020-10-10 17:10 懂事长qingzZ 阅读(986) 评论(0) 推荐(0)
摘要: 1.添加监听 lab1.addObserver(self, forKeyPath: "text", options: [.new, .old], context: nil) 2. 监听 override func observeValue(forKeyPath keyPath: String?, o 阅读全文
posted @ 2020-09-28 17:55 懂事长qingzZ 阅读(278) 评论(0) 推荐(0)
摘要: instanceType 换成id 使用的时候 转换一下类型 1. #import <UIKit/UIKit.h> 2.instanceType 改为id 3. 使用 类型转换 if let info = TBCityIconInfo.iconInfo(withText: "str", size: 阅读全文
posted @ 2020-09-28 16:18 懂事长qingzZ 阅读(361) 评论(0) 推荐(0)
摘要: 效果图1 private lazy var stackView : UIStackView = { var tempViewArr : [UILabel] = [] var strArr = ["排名", "员工", "总业绩", "劳动业绩", "售卡业绩"] var tempColorArr : 阅读全文
posted @ 2020-09-15 14:05 懂事长qingzZ 阅读(923) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/a645258072/article/details/72896196?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channe 阅读全文
posted @ 2020-09-02 14:30 懂事长qingzZ 阅读(317) 评论(0) 推荐(0)
摘要: import Foundation import Photos /** * 相册公用方法类 */ class JYAlbumHelpModel: NSObject { /// 获取所有相册 /// /// - Returns: 返回相册列表集合 static func getAllAlbumList 阅读全文
posted @ 2020-09-01 10:01 懂事长qingzZ 阅读(1373) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 41 下一页