Mobile/iOS: Difference between revisions
< Mobile
Jump to navigation
Jump to search
Bnicholson (talk | contribs) |
(main github link) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== Source code == | |||
* https://github.com/mozilla/firefox-ios/ | |||
==Sub-projects== | ==Sub-projects== | ||
* Tab switcher: https://github.com/st3fan/P105ToolbarExperiment | * Tab switcher: https://github.com/st3fan/P105ToolbarExperiment | ||
Line 5: | Line 8: | ||
* Settings: https://github.com/st3fan/P105SettingsExperiment | * Settings: https://github.com/st3fan/P105SettingsExperiment | ||
* Login screen: https://github.com/thebnich/iOSLoginScreen | * Login screen: https://github.com/thebnich/iOSLoginScreen | ||
** Code-only port: https://github.com/thebnich/iOSLoginScreenCodeOnly | |||
* Bookmarks panel | * Bookmarks panel | ||
Line 20: | Line 24: | ||
* Android vs. iOS: http://blog.gqueues.com/2013/07/android-vs-ios-comparing-development.html | * Android vs. iOS: http://blog.gqueues.com/2013/07/android-vs-ios-comparing-development.html | ||
* Building a table view project from scratch: http://www.raywenderlich.com/76519/add-table-view-search-swift | * Building a table view project from scratch: http://www.raywenderlich.com/76519/add-table-view-search-swift | ||
* Locking in Swift: http://www.bignerdranch.com/blog/locking-in-swift-helping-protect-me-from-myself/ |
Latest revision as of 16:14, 17 January 2015
Source code
Sub-projects
- Tab switcher: https://github.com/st3fan/P105ToolbarExperiment
- Reader panel: https://github.com/thebnich/iOSReader
- Share extension: https://github.com/wesj/Project105
- Settings: https://github.com/st3fan/P105SettingsExperiment
- Login screen: https://github.com/thebnich/iOSLoginScreen
- Code-only port: https://github.com/thebnich/iOSLoginScreenCodeOnly
- Bookmarks panel
Installing on physical devices
- Get developer license ($99/year)
- Create a provisioning profile
- Get UDID from iTunes
- Go to Summary tab
- Click the Serial Number field to change it to UDID
- Right click and copy
- Go to https://developer.apple.com/account/ios/device/deviceList.action and add this UDID as a device
Resources
- The Swift Programming Language: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html
- Android vs. iOS: http://blog.gqueues.com/2013/07/android-vs-ios-comparing-development.html
- Building a table view project from scratch: http://www.raywenderlich.com/76519/add-table-view-search-swift
- Locking in Swift: http://www.bignerdranch.com/blog/locking-in-swift-helping-protect-me-from-myself/