這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
mobile_device:ios [2016/02/08 00:52] sars [Build Tool] |
mobile_device:ios [2017/01/21 02:23] (目前版本) sars [UI] |
||
---|---|---|---|
行 2: | 行 2: | ||
===== Doc & Book ===== | ===== Doc & Book ===== | ||
+ | * [[http://useyourloaf.com/blog/wwdc-2016-viewing-guide|WWDC 2016 Viewing Guide]] | ||
* [[https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/|Start Developing iOS Apps Today]] | * [[https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/|Start Developing iOS Apps Today]] | ||
* [[https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html|Programming with Objective-C]] | * [[https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html|Programming with Objective-C]] | ||
行 33: | 行 34: | ||
* [[https://github.com/BoltsFramework/Bolts-iOS|Bolts-iOS]] Bolts is a collection of low-level libraries designed to make developing mobile apps easier. | * [[https://github.com/BoltsFramework/Bolts-iOS|Bolts-iOS]] Bolts is a collection of low-level libraries designed to make developing mobile apps easier. | ||
* [[http://www.appcoda.com/intro-multipeer-connectivity-framework-ios-programming/|Understanding Multipeer Connectivity Framework in iOS 7]] | * [[http://www.appcoda.com/intro-multipeer-connectivity-framework-ios-programming/|Understanding Multipeer Connectivity Framework in iOS 7]] | ||
+ | |||
+ | * [[https://dotblogs.com.tw/clark/2015/11/13/153918|建立與使用Framework]] | ||
==== Function ==== | ==== Function ==== | ||
=== Remote Notification === | === Remote Notification === | ||
行 87: | 行 90: | ||
* [[http://samvlu.com/|100 Days of Swift]] | * [[http://samvlu.com/|100 Days of Swift]] | ||
===== UI ===== | ===== UI ===== | ||
+ | * [[https://developer.apple.com/ios/human-interface-guidelines/resources/|Apple UI Design Resources]] The Apple UI Design Resources include Photoshop and Sketch templates, and other UI materials for quickly designing iOS apps. | ||
* [[https://www.cocoacontrols.com/|Cocoa Controls]] open source and commercial UI components for iOS and OS X | * [[https://www.cocoacontrols.com/|Cocoa Controls]] open source and commercial UI components for iOS and OS X | ||
* [[https://github.com/rs/SDWebImage|SDWebImage]] Asynchronous image downloader with cache support with an UIImageView | * [[https://github.com/rs/SDWebImage|SDWebImage]] Asynchronous image downloader with cache support with an UIImageView | ||
行 184: | 行 188: | ||
* [[http://try.crashlytics.com/|Crashlytics]] | * [[http://try.crashlytics.com/|Crashlytics]] | ||
* [[https://launchkit.io/|LaunchKit]] - a suite of tools that makes it easier to build, launch, and manage mobile apps. | * [[https://launchkit.io/|LaunchKit]] - a suite of tools that makes it easier to build, launch, and manage mobile apps. | ||
+ | |||
+ | ==== Network Debugging ==== | ||
+ | <code>rvictl -s <UDID></code> | ||
+ | |||
+ | 搭配 tcpdump 或 WireShark 側錄封包。 | ||
+ | |||
+ | * [[http://mrpeak.cn/blog/tutorial-tcpdump/|iOS,Android網絡抓包教程之tcpdump]] | ||
+ | * [[http://albert-oma.blogspot.tw/2013/09/ios-packet-tracing.html|iOS -- Packet Tracing]] | ||
==== Blog/Forum ==== | ==== Blog/Forum ==== | ||
行 191: | 行 203: | ||
* http://www.takobear.tw/12/category/bear-ioseafa354002/1.html | * http://www.takobear.tw/12/category/bear-ioseafa354002/1.html | ||
* http://popcornylu.blogspot.tw/search/label/iOS | * http://popcornylu.blogspot.tw/search/label/iOS | ||
- | |||
==== iOS 8 ==== | ==== iOS 8 ==== | ||
* [[http://derjohng.doitwell.tw/6197/|iOS8 下定位 (CLLocationManager) 的改變]] | * [[http://derjohng.doitwell.tw/6197/|iOS8 下定位 (CLLocationManager) 的改變]] | ||
行 199: | 行 210: | ||
* [[http://www.infoq.com/cn/articles/wechat-ios9-adaptation|微信iOS 9适配总结]] | * [[http://www.infoq.com/cn/articles/wechat-ios9-adaptation|微信iOS 9适配总结]] | ||
* [[http://isux.tencent.com/ios9-guideline-ch1.html|iOS 9人機界面指南(一):UI設計基礎]] | * [[http://isux.tencent.com/ios9-guideline-ch1.html|iOS 9人機界面指南(一):UI設計基礎]] | ||
+ | * [[http://www.appcoda.com.tw/core-spotlight-framework/|利用 Core Spotlight 框架增加 iOS Apps 的曝光率]] | ||
+ | * [[https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios-9|How to Set Up Universal Links to Deep Link on Apple iOS 9]] | ||
+ | * [[https://blog.branch.io/ios-9.2-deep-linking-guide-transitioning-to-universal-links|iOS 9.2 Deep Linking Guide: Transitioning to Universal Links]] | ||
+ | * [[http://www.inside.com.tw/2016/01/29/ios-9-2-update-the-fall-of-uri-schemes-and-the-rise-of-universal-links|iOS 9.2 更新:URI Schemes 的衰退及 Universal Links 的崛起]] | ||
====== iTouchTW ====== | ====== iTouchTW ====== |