Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Using iOS native components in QML. How?
Servers for Qt installer are currently down

Using iOS native components in QML. How?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 166 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bogong
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved