lib/ios: complete implementation of app::ui with support for ListLayout
[nit.git] / lib / ios / README.md
1 iOS support for _app.nit_
2
3 # System configuration
4
5 Configure your system for OS X by installing Xcode and brew.
6 Follow the instructions in `README.md` at the root of the repository.
7
8 Optionally, install ios-sim to run compiled apps in the simulator: `brew install ios-sim`
9
10 # Compile and run a simple application
11
12 Let's use the `hello_ios` example in the folder `lib/ios/examples/`.
13
14 Compile with: `nitc hello_world.nit`
15
16 Run in the simulator with: `ios-sim hello_world.app`
17
18 # Portable calculator application
19
20 See the calculator example at `examples/calculator` for a portable application working on GNU/Linux, OS X, iOS and Android.
21 The iOS version is compiled with `make bin/calculator.app`.