iOS 开发
勤奋的Kevin
andriod开发工程师, 广州大学 本科
展开
-
Swift Error: Editor placeholder in source file
xcode写代码遇到问题:Swift Error: Editor placeholder in source fileStack Overflow解决方案:XCode 不会忘记具有"编辑器占位符"的行,即使您已将其替换为值也是如此。剪切 XCode 抱怨的代码部分,并将代码粘贴回同一位置,使错误消息消失。个人处理实际处理:将曾经写过占位符的行整行删掉...原创 2020-05-22 20:59:26 · 6948 阅读 · 0 评论 -
使用 PDFkit 开发PDF阅读器( iOS 开发 / swift )
使用 PDFkit 开发PDF阅读器(iOS 开发)使用swift开发主要注意可选类型使用以及可选类型的强制解析以下两个代码块功能一样一个直接强制解析一个使用可选绑定import UIKitimport PDFKitclass ViewController: UIViewController { @IBOutlet weak var label: UILabel! @IBOutlet weak var pdfView: PDFView! @IBOu.原创 2020-05-20 20:56:16 · 1966 阅读 · 0 评论 -
iOS 开发入门资料总结/书籍
iOS开发官方资料书籍官方资料Apple developer 网站文档https://developer.apple.com/documentationXcode 11Xcode Help: https://help.apple.com/xcode/mac/current/Documentation:https://developer.apple.com/documentation/xcode/swiftSwift Documentation:https://swift.or原创 2020-05-18 15:54:32 · 512 阅读 · 0 评论