上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 39 下一页
摘要: import UIKit class JYJYBouncedCouponsViewCellBgView: UIView { //一定要在这里设置 背景色, 不要再draw里面设置, override init(frame: CGRect) { super.init(frame: frame) self.backgroun... 阅读全文
posted @ 2018-08-14 13:55 懂事长qingzZ 阅读(2579) 评论(0) 推荐(0) 编辑
摘要: import UIKit class TextUpperLeftLabel: UILabel { override func textRect(forBounds bounds: CGRect, limitedToNumberOfLines numberOfLines: Int) -> CGRect { var textRect = super.textRec... 阅读全文
posted @ 2018-08-13 13:28 懂事长qingzZ 阅读(478) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/1dea9987c647 阅读全文
posted @ 2018-08-03 13:03 懂事长qingzZ 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 【链接】重置AppleID密保问题 https://www.jianshu.com/p/37e7f2852eda 【链接】苹果开发者计划许可协议更新:持续更新 https://www.jianshu.com/p/e061e201a215 阅读全文
posted @ 2018-08-02 17:11 懂事长qingzZ 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 1. 更改版本 阅读全文
posted @ 2018-08-02 16:26 懂事长qingzZ 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1.pod 安装,无需配置任何东西 2.终端找到路径: pod install3.在 appdelegate 导入 import Bugly 方法2手动导入 。。 出现奇葩问题1. 错误信息 2.解决问题: 问题原因可能是 项目是pod 的bugly, 加入了c++ 动画,以及 视频的原因, 需要添 阅读全文
posted @ 2018-08-01 13:17 懂事长qingzZ 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 1. 在类的模型之中或类的结构体 里面 实现下面方法 2. 协议的实现 3. 控制器调用 class JYAddNewBespeakVC: JYBaseVC { /// 页面所有数据模型 var dataModel = DataModelForAddNewBespeakModel() } 4.因为本 阅读全文
posted @ 2018-07-27 11:41 懂事长qingzZ 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-26 19:26 懂事长qingzZ 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 1. override func viewDidLoad() { super.viewDidLoad() self.navigationController?.delegate = self }2. 实现代理方法 阅读全文
posted @ 2018-07-26 11:08 懂事长qingzZ 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-20 13:04 懂事长qingzZ 阅读(367) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 39 下一页