Replies: 1 comment
-
It would indeed be great to have more documentation and tutorials on particular use cases. I am mostly maintaining spix in my private time, so it's usually not easy to get to improving the documentation. However, if you find a nice workflow for you, I would really appreciate you writing it down and contributing it to the repo. Maybe this could be the beginning of the much needed Of course to use spix with iOS, you have to have a Qt-based iOS app as the native UIKit is not supported. There you can integrate spix just as you would for a desktop app. you would replace localhost with the phone's ip address.This should also work when running the ios app in the simulator as long as it allows you have an open tcp server running. Note that you probably don't want to expose your phone to the public internet while running the test server, as it doesn't have any password protection and would allow anyone to send commands to your app. |
Beta Was this translation helpful? Give feedback.
-
Hi there, this is such a useful library by the way 🏆 . I'm getting a lot of mileage out of it on desktop platforms.
Controlling the UI of an iOS app is something I am interested in too. I notice that the README mentions "Remote control, also of embedded devices / iOS". I've looked in the
examples/
folder but can't find any iOS-specific hints. Would it be possible to get a more detailed pointers in the README on how to get set up on iOS? In particular, I am wondering if:I notice you mentioned in another discussion that you "use mostly linux and macOS", if you don't have access to iOS hardware I am happy to try this out myself with some pointers, reporting back with what works.
Beta Was this translation helpful? Give feedback.
All reactions