上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 41 下一页
摘要: 移除多个:如果用remove 必须下面这样写 阅读全文
posted @ 2019-05-29 11:19 懂事长qingzZ 阅读(297) 评论(0) 推荐(0)
摘要: swift项目 9.3以前版本模拟器运行出错 https://www.jianshu.com/p/0a51b79667a0 官方文档链接: https://developer.apple.com/documentation/xcode_release_notes/xcode_10_2_1_relea 阅读全文
posted @ 2019-05-28 14:33 懂事长qingzZ 阅读(111) 评论(0) 推荐(0)
摘要: 隐藏系统返回按键 设置自定义返回按钮方法: 阅读全文
posted @ 2019-05-22 10:55 懂事长qingzZ 阅读(616) 评论(0) 推荐(0)
摘要: bugly操作手册.zip 1. cd buglySymboliOS 的路径 2. java -jar buglySymboliOS.jar -i dsYM文件的路径 https://www.jianshu.com/p/cb5e793e6dce 阅读全文
posted @ 2019-05-21 17:09 懂事长qingzZ 阅读(427) 评论(0) 推荐(0)
摘要: 在Appdelegate里面,设置全局的Tabbar样式 //去掉tabbar的透明度 -- 解决tabbar偏移问题 [[UITabBar appearance] setTranslucent:NO]; 在Appdelegate里面,设置全局的Tabbar样式 //去掉tabbar的透明度 -- 阅读全文
posted @ 2019-05-21 10:04 懂事长qingzZ 阅读(254) 评论(0) 推荐(0)
摘要: 配置基本属性的枚举 /// 根控制器tabBar配置 enum JYAppRootConfigEnum: String { case centerItem = "首页" case expandGuestItem = "拓客" case mineItem = "我的" /// 正常图片名称 var n 阅读全文
posted @ 2019-05-17 17:27 懂事长qingzZ 阅读(701) 评论(4) 推荐(0)
摘要: launchImg图片每次更换使用不同名字, 放在项目里面,不要放在 Assets.xcassets 里面,不然会有xcode缓存问题 阅读全文
posted @ 2019-04-26 16:35 懂事长qingzZ 阅读(376) 评论(0) 推荐(0)
摘要: swift -自定义返回图片,隐藏返回键 https://www.cnblogs.com/qingzZ/p/10904585.html iOS11之前 修改导航栏“返回”按钮文字,图标 https://blog.csdn.net/u012701023/article/details/50264265 阅读全文
posted @ 2019-04-24 11:57 懂事长qingzZ 阅读(343) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/cd4031fbf8ff 阅读全文
posted @ 2019-04-24 11:21 懂事长qingzZ 阅读(117) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/403853b63537 阅读全文
posted @ 2019-04-23 17:49 懂事长qingzZ 阅读(243) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 41 下一页