Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benlau/quickios

QML Theme and Component Library for iOS
https://github.com/benlau/quickios

Last synced: about 2 months ago
JSON representation

QML Theme and Component Library for iOS

Awesome Lists containing this project

README

        

Quick iOS - QML Theme and Component Library for iOS
===================================================

[![Build Status](https://api.travis-ci.org/benlau/quickios.svg)](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)

![Screenshot](https://raw.githubusercontent.com/benlau/quickios/master/docs/example.jpg)

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)