上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 39 下一页
摘要: 1. viewdidload 设置代理 2.代理里面指定VC 隐藏 3. 在根控制器首页 禁用手势, 不管有几个 homeVc, 有俩tabbar 就在俩homeVc都写上 在 willappear 和willDisaapper 使用 阅读全文
posted @ 2018-11-19 16:10 懂事长qingzZ 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 1. 正常下载 探针SDK:https://report.tingyun.com/mobile-web/#/onlyHeader/sdkDownload 2.按步骤接入 ,添加库啊,什么的URLScheme 等等3.在AppDelegate添加启动代码:此时注意 ,一定要在其他 三方之后 写。。 不 阅读全文
posted @ 2018-11-19 14:17 懂事长qingzZ 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 听云的SDK集成放的太难找了,官方demo到现在也没找到。。 我找了半天没找到在哪,看下面俩链接吧, 切记:添加的三方库 以文档为主,视频里的三方库 不一定正确 iOS SDK 集成:https://crash.testin.cn/docs/ios/integration.html iOS 集成 B 阅读全文
posted @ 2018-11-14 10:19 懂事长qingzZ 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 2.类属性 3. 对象属性赋值 /// 可选属性 解包写法3 print(stu.name1 ?? "") 4.构造函数: init(){} 是系统默认的构造函数 自定义构造函数:A> 旧语法 可以在 init的()里面直接写上新参数,B>: 在目前3.0后需要加上convenienceclass 阅读全文
posted @ 2018-11-13 15:25 懂事长qingzZ 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1. 禁用手势 和开启手势 extension JYRTSShopListController: UIGestureRecognizerDelegate { /// 禁止使用手势返回 func forbidhenSideBack() { self.isCanSideBack = false if (self.navigationControlle... 阅读全文
posted @ 2018-11-08 15:40 懂事长qingzZ 阅读(226) 评论(0) 推荐(0) 编辑
摘要: (1)addBackGesture() 阅读全文
posted @ 2018-11-06 16:55 懂事长qingzZ 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1.图片截取 func test(addView:UIView) -> UIImage?{ UIGraphicsBeginImageContextWithOptions(CGSize(width: JY_DEVICE_WIDTH, height: addView.height), false, UIScreen.main.scale) i... 阅读全文
posted @ 2018-11-06 13:13 懂事长qingzZ 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1. /// 创建单个热门项目itemView private func creatProcduceItemView(producrName: String , producePrice: String) -> UIView { let item = UIView() item.translatesAutoresizingMaskIntoConstrain... 阅读全文
posted @ 2018-11-05 16:51 懂事长qingzZ 阅读(207) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/6d94278d62b3 阅读全文
posted @ 2018-10-29 17:44 懂事长qingzZ 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 方法一: 方法二:类方法直接实现 不定义类型,直接类型粘贴过去,修改起来不方便 使用的时候: 方法三:只定义 black,不定义回调方法 使用的时候 其他可以看: Swift中使用闭包实现block回调事件 https://blog.csdn.net/lqq200912408/article/det 阅读全文
posted @ 2018-10-26 13:19 懂事长qingzZ 阅读(222) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 39 下一页