iOS version for https://github.com/hasadna/anyway
Anyway-iOS
requires iOS 8.0+ and Xcode 7.2.
- Install latest version of Xcode 7
- Fork this repo
$ git clone https://github.com/__YOU__/Anyway-iOS.git
$ cd Anyway-iOS
$ open Anyway.xcworkspace
- To run on device make sure it has iOS 8 or newer
This project uses Cocoapods, always use the Anyway.xcworkspace
file.
Read more here: https://cocoapods.org
Since Xcode 7 we can compile and run Xcode projects without paying the 99$ Developer Account fee. The proccess should be mostly straight forward, if you encounter any issues try reading through this Stackoverflow thread
The issues in this repo contain also tasks, TODO's and FIXME's. Feel free to grab one of them and pull-request away...
Please try to follow the Swift API Design Guidelines (don't panic it's pretty concise...)