Using iOS native components in QML. How?
Unsolved
Mobile and Embedded
-
Hello all!
I need to make clear how to use iOS Native components in QML and seeking manuals or how-tos. Does anyone know something about it?
Based on this video from QtWS https://youtu.be/8A7DPUwIcDg found this example https://github.com/seyedmmousavi/Native-UITextView-on-Qt-KDAB and made my own example https://github.com/ArboreusSystems/arboreus_examples/tree/master/qt/QML/UsingIOSNative but there are still troubles with:
- positioning iOS native components: it's drawing incorrectly if I am using relative positioning via parent.with
- anchoring iOS native components: anchors doesn't working
- implementing complex/combined iOS components: which classes should be forwarded
- forwarding classes of iOS components into Qt: not made clear principle of forwarding iOS Objective-c classes
Is there info about this kind of troubles with iOS Native Components?