导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  swift

wwdc2016-session707 Notifications(draft)
摘要:Introduction to Notificationshttps://developer.apple.com/wwdc2016/707 通知这哥们说话有点不清晰啊。 远程通知本地通知 可以被操作的通知Dismiss Notifications 左滑消除UNNotification 响应式的通知 只有一个方法UNUserNotificationCenterDelegate Server->A... 阅读全文

posted @ 2016-06-16 00:47 淅沥枫 阅读(748) 评论(0) 推荐(0) 编辑

session204 imessageApp sticker part I要点
摘要:session204 imessageApp sticker partI 工程文件:https://developer.apple.com/library/prerelease/content/samplecode/IceCreamBuilder 工程文件:https://github.com/urmyfaith/wwdc2016_session204_iMessageDemo 这位老兄说话有... 阅读全文

posted @ 2016-06-15 12:27 淅沥枫 阅读(594) 评论(0) 推荐(0) 编辑

WWDC2016-session401-CodeSign大改版
摘要:自动签名机制和手动签名都明显看起来很好用。 自动签名有log 手动签名有具体的错误提示信息。 session401 Xcode Signing. 亲,你的眼睛好大 相声演员吗? Yeah,You are. codesign 代码签名 三件事: 证书,prov,entitlements 证书(开发证书和分发证书)privateKey Apple have no copy prov file 允许... 阅读全文

posted @ 2016-06-15 10:16 淅沥枫 阅读(563) 评论(0) 推荐(0) 编辑

WWDC2016-session402-whatsNewInSwift3
摘要:Dock 应用的介绍:1.设计到的东西多2.使用 swift 设计3.Dock 的代码量: 200,000行4.更少的重写相同功能的代码 swift.org 官网介绍 Swift Open Source 三个分类: 语言方面,包管理,核心库 Package Manager frictionless核心库,在 iOS,macOS等平台共用的代码 Foundation on Linux swift-... 阅读全文

posted @ 2016-06-15 09:28 淅沥枫 阅读(453) 评论(0) 推荐(0) 编辑

为什么 NSLog 不支持 Swift 对象(转)
摘要:https://segmentfault.com/a/1190000005668218 也就说: 1. 如果是 OC 的对象,重写 description 的 get 方法就可以了。 2. 如果不是 OC 对象,遵循协议 CustomDebugStringConvertible 就可以了。 输出: 阅读全文

posted @ 2016-06-09 11:03 淅沥枫 阅读(593) 评论(0) 推荐(0) 编辑

Viewing the interface of your Swift code,查看Swift代码的头文件的三种方法
摘要: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 ... 阅读全文

posted @ 2016-04-12 11:56 淅沥枫 阅读(726) 评论(0) 推荐(0) 编辑

Swift is Now Open Source
摘要: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 ... 阅读全文

posted @ 2015-12-04 09:13 淅沥枫 阅读(248) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示