使用者工具

網站工具


mobile_device:ios

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
mobile_device:ios [2016/02/04 14:55]
sars Testing
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
行 139: 行 143:
 A simple, decentralized dependency manager for Cocoa. A simple, decentralized dependency manager for Cocoa.
  
 +  * [[http://​www.isaced.com/​post-265.html|Cocoa 新的套件管理工具:Carthage]]
 ==== Simulator ==== ==== Simulator ====
 === Scale === === Scale ===
行 163: 行 168:
   * [[https://​kkboxsqa.wordpress.com/​2015/​12/​15/​ios-ui-monkey-test/​|iOS UI monkey test]]   * [[https://​kkboxsqa.wordpress.com/​2015/​12/​15/​ios-ui-monkey-test/​|iOS UI monkey test]]
   * [[https://​discuss.appium.io/​t/​ios9-uiautomation-what-is-appium-approach-to-uiautomation-deprecation-by-apple/​7319|[iOS9 UIAutomation] What is Appium approach to UIAutomation deprecation by Apple]]   * [[https://​discuss.appium.io/​t/​ios9-uiautomation-what-is-appium-approach-to-uiautomation-deprecation-by-apple/​7319|[iOS9 UIAutomation] What is Appium approach to UIAutomation deprecation by Apple]]
 +  * [[https://​kkboxsqa.wordpress.com/​2015/​11/​09/​%E4%BD%BF%E7%94%A8-xcode-%E5%9F%B7%E8%A1%8C-ui-%E8%87%AA%E5%8B%95%E5%8C%96%E6%B8%AC%E8%A9%A6/​|使用 Xcode 執行 UI 自動化測試]]
 ===== Reference Projects ===== ===== Reference Projects =====
   * [[https://​github.com/​chiahsien/​Curator-iOS|小海嚴選正妹]]   * [[https://​github.com/​chiahsien/​Curator-iOS|小海嚴選正妹]]
行 183: 行 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 ====
行 190: 行 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) 的改變]]
行 198: 行 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 ======
mobile_device/ios.1454568904.txt.gz · 上一次變更: 2016/02/04 14:55 由 sars