The project is still under development.
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:
- Use the idea from colede/qt-app-delegate to overwrite the Application Delegate. But you cannot get the information from didFinishLaunchingWithOptions.
- 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.
UINavigationViewController , UITabViewController, UINavigationItem , UIBarButtonItem
Other Qt iOS Projects
Qt for Android