https://github.com/benlau/quickios
QML Theme and Component Library for iOS
https://github.com/benlau/quickios
Last synced: 8 months ago
JSON representation
QML Theme and Component Library for iOS
- Host: GitHub
- URL: https://github.com/benlau/quickios
- Owner: benlau
- License: apache-2.0
- Archived: true
- Created: 2015-05-11T07:03:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T03:20:33.000Z (over 8 years ago)
- Last Synced: 2024-08-03T01:17:13.286Z (over 1 year ago)
- Language: QML
- Size: 351 KB
- Stars: 165
- Watchers: 22
- Forks: 37
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-qt-qml - quickios - QML Theme and Component Library for iOS. (Apple iOS)
README
Quick iOS - QML Theme and Component Library for iOS
===================================================
[](https://travis-ci.org/benlau/quickios)
Current Status: The project is usable but the API is not mature yet. May be changed without notification.
An application using QuickIOS is already released on App Store.
[Team Proto on the App Store on iTunes](https://itunes.apple.com/app/id977559378)
Simulted iOS Components
-----------------------
UINavigationViewController , UINavigationItem , UIBarButtonItem
UISegmentedControl
Wrapped iOS Components
----------------------
UIAlertView , UIActionSheet , UIActivityIndicatorView , UIImagePickerController
Demonstration
-------------
An example program is available in the folder of [tests/quickiosexample](tests/quickiosexample)

Reference
---------
Other Qt iOS Projects
1. [colede/qt-app-delegate](https://github.com/colede/qt-app-delegate)
Qt for Android
1. [benlau/quickandroid](https://github.com/benlau/quickandroid)
Related Projects
1. [benlau/quickpromise](https://github.com/benlau/quickpromise) - Promise library for QML
2. [benlau/quickflux](https://github.com/benlau/quickflux) - Message Dispatcher / Queue solution for QML
Authors
-------
* Ben Lau (@benlau)
* Hilary Cheng (@hilarycheng)