Skip to content

hilarycheng/quickios

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2014
Dec 5, 2014
Nov 1, 2014
Nov 24, 2014
Oct 9, 2014
Nov 25, 2014
Nov 1, 2014
Nov 1, 2014
Nov 2, 2014
Nov 1, 2014
Nov 1, 2014
Nov 1, 2014
Nov 1, 2014
Nov 1, 2014
Nov 24, 2014
Nov 24, 2014

Repository files navigation

Quick iOS - QML Theme and Component Library for iOS

Build Status

The project is still under development.

Application Delegate

Qt was implemented the Application Delegate in order to handle the iOS Entry Point. But it makes trouble if you needs to get information at the Application Delegate. Here are the suggestion:

  1. Use the idea from colede/qt-app-delegate to overwrite the Application Delegate. But you cannot get the information from didFinishLaunchingWithOptions.
  2. Simply copy the required source from qtbase/src/plugins/platforms/ios/. It don't need to copy all the source from it. Since iOS are static ELF. It simply overwrite the original object file during linking.

Simulted iOS Components

UINavigationViewController , UITabViewController, UINavigationItem , UIBarButtonItem

Reference

Other Qt iOS Projects

  1. colede/qt-app-delegate

Qt for Android

  1. benlau/quickandroid