摘要: 支持系统: iOS 10.3+ tvOS 10.2+ Apple 官方文档 官方 API: 步骤: 在 info.plist 文件中新增 Icon files (iOS 5) 其中,Primary Icon 是应用默认图标 Xcode 中,默认 没有 CFBundleAlternateIcons,需 阅读全文
posted @ 2019-01-18 18:37 ZachRobin 阅读(888) 评论(0) 推荐(0)
摘要: 在 使用 Xcode 检查内存泄露时(cmd+shift+B)运行,出现了一个警告:nil returned from a method that is expected to return a non-null value iOS 原因是返回了一个 不能为空 的对象。 解决方案:使用 abort( 阅读全文
posted @ 2019-01-18 15:48 ZachRobin 阅读(2751) 评论(0) 推荐(0)