摘要:Introduction to Notificationshttps://developer.apple.com/wwdc2016/707 通知这哥们说话有点不清晰啊。 远程通知本地通知 可以被操作的通知Dismiss Notifications 左滑消除UNNotification 响应式的通知 只有一个方法UNUserNotificationCenterDelegate Server->A...
阅读全文
摘要:session204 imessageApp sticker partI 工程文件:https://developer.apple.com/library/prerelease/content/samplecode/IceCreamBuilder 工程文件:https://github.com/urmyfaith/wwdc2016_session204_iMessageDemo 这位老兄说话有...
阅读全文
摘要:自动签名机制和手动签名都明显看起来很好用。 自动签名有log 手动签名有具体的错误提示信息。 session401 Xcode Signing. 亲,你的眼睛好大 相声演员吗? Yeah,You are. codesign 代码签名 三件事: 证书,prov,entitlements 证书(开发证书和分发证书)privateKey Apple have no copy prov file 允许...
阅读全文
摘要:Dock 应用的介绍:1.设计到的东西多2.使用 swift 设计3.Dock 的代码量: 200,000行4.更少的重写相同功能的代码 swift.org 官网介绍 Swift Open Source 三个分类: 语言方面,包管理,核心库 Package Manager frictionless核心库,在 iOS,macOS等平台共用的代码 Foundation on Linux swift-...
阅读全文
摘要:https://segmentfault.com/a/1190000005668218 也就说: 1. 如果是 OC 的对象,重写 description 的 get 方法就可以了。 2. 如果不是 OC 对象,遵循协议 CustomDebugStringConvertible 就可以了。 输出:
阅读全文
摘要:Technical Q&A QA1914Viewing the interface of your Swift codeQ: How do I view the interface of my Swift code in Xcode?问: 怎么在Xcode中查看swift文件的头文件?A:Xcode generates an interface file that includes all ...
阅读全文
摘要:https://developer.apple.com/news/?id=12032015a Swift is Now Open Source December 3, 2015 Join the open source community at Swift.org and help make ...
阅读全文