lib/ios: support multiple windows using a UINavigationController
[nit.git] / lib / ios / ui /
2016-04-15 Alexis Laferrièrelib/ios: support multiple windows using a UINavigationC...
2016-04-15 Alexis Laferrièrelib/ios: ListLayout use a UIStackView inside a UIScrollView
2016-04-15 Alexis Laferrièrelib/ios: use simple init constructor in Objective-C...
2016-04-15 Alexis Laferrièrelib/ios: do not crash when removing a non-View control
2016-03-21 Alexis Laferrièrelib/ios: uncomment and fix baseline_relative_arrangemen...
2016-03-21 Alexis Laferrièrelib/ios: implement CheckBox with a UISwitch
2016-03-08 Alexis Laferrièrelib/ios: implement `TextInput::is_password`
2016-02-16 Alexis Laferrièrelib/ios: fix unicode whitespace, was reported as a...
2016-02-12 Alexis Laferrièrelib/ios: execute missing callbacks of app.nit on iOS
2016-02-11 Alexis Laferrièrelib/ios: complete implementation of app::ui with suppor...
2016-02-09 Alexis Laferrièrelib/ios: intro iOS implementation of `app::ui`