导航

< 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

统计

随笔分类 -  iOS

1 2 3 下一页

iOS开发
pyCoreImage Learn
摘要:PyCoreImage 安装 首先,需要下载安装包,下载地址: https://developer.apple.com/documentation/coreimage/prototyping_your_app_s_core_image_pipeline_with_python https://doc 阅读全文

posted @ 2018-07-05 16:31 淅沥枫 阅读(949) 评论(2) 推荐(0) 编辑

QQ空间直播秒开优化实践[读]
摘要:http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=2649796799&idx=1&sn=42061b7d021b8d8fba00202286cd9372&scene=0#wechat_redirect 果然是厉害。 思路和采取的措施都不错! 阅读全文

posted @ 2016-06-23 00:40 淅沥枫 阅读(355) 评论(0) 推荐(0) 编辑

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) 编辑

iOS 10.0 更新点(开发者视角)
摘要:iOS 10.0SiriKitProactive SuggestionsIntegrating with the Messages App 与系统短信 app交互User Notifications 用户通知Speech Recognition 语音识别Wide Color 色彩空间的支持Adapting to the True Tone Display 真彩色显示App Search E... 阅读全文

posted @ 2016-06-14 19:15 淅沥枫 阅读(2076) 评论(0) 推荐(0) 编辑

四道过滤菜鸟的面试题(我也来答一答?)
摘要:http://www.jianshu.com/p/fd5d193f3d36 问 http://www.jianshu.com/p/c687110e552c 答 4道过滤菜鸟的iOS面试题 1.struct和class的区别 2.介绍一下观察者模式 3.在一个https连接的网站里,输入账号密码点击登 阅读全文

posted @ 2016-06-09 12:20 淅沥枫 阅读(2117) 评论(0) 推荐(0) 编辑

IPv6 app适配
摘要:参考资料: https://developer.apple.com/library/mac/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Tra 阅读全文

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

读“40 分,60 分,90 分”
摘要:原文链接: http://mp.weixin.qq.com/s?__biz=MzA5MjYyNzY1OQ==&mid=2650901947&idx=1&sn=89af64d3b0dec01587f14aab15e62b9a#rd 40 分,60 分,90 分 原创 2016-05-27 汪海 汪海的实验室 背景 最近在微博上看到有人说,找工作太难了,面试官要求还高,才大三就... 阅读全文

posted @ 2016-05-28 00:26 淅沥枫 阅读(286) 评论(0) 推荐(1) 编辑

编译错误“The run destination My Mac is not valid for Running the scheme '***',解决办法
摘要:[转载]http://blog.csdn.net/duanyipeng/article/details/8007684编译错误“The run destination My Mac 64-bit is not valid for Running the scheme '***',解决办法标签:schemexcodeiosbuildos2012-09-22 16:338214人阅读评论(... 阅读全文

posted @ 2016-05-09 02:26 淅沥枫 阅读(2327) 评论(0) 推荐(0) 编辑

swift 遍历枚举
摘要:// see athttp://swifter.tips/enum-enumerate/// 貌似有些空格在粘贴的时候没有了... = =!import Foundationenum Suit: String { case Spades = "黑桃" case Hearts = "红桃" case Clubs = "草花" case Diamonds = "方片... 阅读全文

posted @ 2016-04-25 01:14 淅沥枫 阅读(4307) 评论(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) 编辑

/.well-known/apple-app-site-association
摘要:Technical Q&A QA1919Incoming requests for /.well-known/apple-app-site-association fileQ: Why is my web server receiving requests forhttps://example.com/.well-known/apple-app-site-association?A:The ... 阅读全文

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

swift-Xcode7.x(7.1,7.2,7.3)新建playground运行不能运行
摘要:swift-Xcode7.xswift-Xcode7.x(7.1,7.2,7.3)新建playground运行不能运行Unable to find execution service for selected run destinatio解决方法1.关闭Xcode2.在终端执行两行代码 rm -rf ~/Library/Developer/CoreSimulator/Deviceskillall... 阅读全文

posted @ 2016-03-31 10:30 淅沥枫 阅读(288) 评论(0) 推荐(0) 编辑

swift,NSUserDefaults的swift化封装
摘要:NSUserDefaults第一部分:Swifty APIs: NSUserDefaults01传统弊端(方法太长)Verbosity02使用下边改进: The subscript03类型的问题Types04可能为空Optionals05Existence: key是否存在?06Optional assignment可选赋值07算法方面Arithmetic08简单的封装Wrapping upRes... 阅读全文

posted @ 2016-03-09 02:00 淅沥枫 阅读(2088) 评论(0) 推荐(0) 编辑

ViewController之间的转场和数据传递
摘要:ViewController之间的转场和数据传递 可以正向传递值, 反向传递值. 注意反向传值的时候,方法的位置: https://github.com/urmyfaith/GRDBUsage/blob/master/GRDBUsage/ViewControllers/MainTableViewCo 阅读全文

posted @ 2016-03-05 01:24 淅沥枫 阅读(338) 评论(0) 推荐(0) 编辑

Objective的宏到swift中该怎么办?
摘要:ReadMeQ1: typedef NS_ENUMQ2: 复杂的宏改何去何从?A1: 使用函数替换宏A2: 稍微多几个参数的宏定义Q3: 结构体转换Tip:从OC头文件显示转换成Swift接口文件参考资料:Q1: typedef NS_ENUMOC中的枚举被转换成了swif中的枚举: typedef NS_ENUM(NSInteger, PersonSexType) { PersonSex... 阅读全文

posted @ 2016-03-05 00:54 淅沥枫 阅读(2567) 评论(1) 推荐(0) 编辑

Git克隆部分文件
摘要:克隆部分文件克隆部分文件总结一下一个完整的例子:克隆部分文件http://blog.csdn.net/linlzk/article/details/49019787在进行项目开发的时候,有时候会有这样的需求那就是:我们只希望从Git仓库里取指定的文件或者文件夹出来。在SVN里面,这非常容易实现,因为SVN基于文件方式存储,而Git却是基于元数据方式分布式存储文件信息的,它会在每一次Clone的时候... 阅读全文

posted @ 2016-02-28 21:23 淅沥枫 阅读(14038) 评论(4) 推荐(0) 编辑

swift @AUTOCLOSURE 和 ?? ||
摘要:swift @AUTOCLOSURE 和 ?? || @AUTOCLOSURE 和 ??由 王巍 (@ONEVCAT) 发布于 2014-08-20Apple 为了推广和介绍 Swift,破天荒地为这门语言开设了一个博客(当然我觉着是因为 Swift 坑太多需要一个地方来集中解释)。其中有一篇提到了一个叫做 @autoclosur... 阅读全文

posted @ 2016-02-25 00:40 淅沥枫 阅读(548) 评论(0) 推荐(0) 编辑

1 2 3 下一页
点击右上角即可分享
微信分享提示