omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Veorra

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Veorra

    @Veorra

    0
    Reputation
    224
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Veorra Unfollow Follow

    Latest posts made by Veorra

    • RE: Gesture control without NavigationView

      Digging through UIKit with Objc utils has indeed turned out to be very useful.
      Although I've stumbled upon a new issue associated with hiding the title bar. It seems if I present a view with the style 'sheet' and dismiss it via swipe, I cannot reopen it without the Exception that the view is already being presented. This does not seem to happen if I dismiss it with the close button on the title bar. Currently looking into this, but if you've encountered this before and care to share a workaround, I'd appreciate it.

      posted in Pythonista
      Veorra
      Veorra
    • RE: Gesture control without NavigationView

      @mikael thank you, that's exactly what I was looking for. For future reference, how can I access documentation for classes that aren't indexed on the pythonista page, for instance 'navigationController'. It seems this workaround requires access to the class but I wouldn't have known it existed were it not for your reply.

      Thanks a bunch again!

      posted in Pythonista
      Veorra
      Veorra
    • Gesture control without NavigationView

      Is there a way to retain the functionality of gesture navigation, eg. swiping right to go back one page, when navigation_bar_hidden is set to true? I was exploring the use of @mikael 's gestures module, but I'm not sure I can apply gestures on anything other than ui subclasses if I'm correct. If anyone could shed light on this, I would be grateful.

      posted in Pythonista
      Veorra
      Veorra