iOS

A collection of 9 posts
iOS

Watch​Kit Learning Resources

WatchKit是Apple发布的用来开发Apple Watch应用的框架,本文主要列出一些关于WatchKit的学习资源。 * Apple官方推出的Apple Watch Programming Guide [https://developer.apple.com/library/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/index.html] * WatchKit Development Tips [https://developer.apple.com/watchkit/tips/] * Apple Watch Human Interface Guidelines [https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/WatchHumanInterfaceGuidelines/index.html] * Raywenderl
Xcode

Xcode 6 Simulator Folder

本文主要介绍一下Xcode 6的iOS模拟器的应用目录的变化。 Xcode 5的iOS模拟器的应用的目录是在~/Library/Application Support/iPhone Simulator//Applications/{Application_ID} Xcode 6的目录改为 ~/Library/Developer/CoreSimulator/Devices/{Device_ID}/data/Containers/Bundle/Application/{Application_ID}/ 这里的Device_ID和Application_ID都是一串UUID,如果想查找不同的模拟器对应的Device_ID,可以通过在Terminal执行命令 xcrun simctl list,如下图所示 iOS模拟器的管理工具SimPholders2 [http://simpholders.com/]也针对此变动进行了更新。 Hope this helps, Michael
1 min read
iOS

Swift Learning Resources

Swift是Apple在今年的WWDC推出的一门新的编程语言,它的1.0版本跟着Xcode 6正式发布了。本文主要列出一些关于Swift的学习资源。 * Apple官方推出的iBook The Swift Programming Language [https://itunes.apple.com/us/book/the-swift-programming-language/id881256329?mt=11&ls=1] web版 The Swift Programming Language [https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/] * Using Swift with Cocoa and Objective-C [https://developer.apple.com/library/
1 min read
DigitalOcean Referral Badge