omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. kin
    3. Posts

    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 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by kin

    • IOS 13 problem

      In ios 13, the below code wouldn’t work after Continue run more than 10 times. It works very well in IOS 12. Any suggestions? Thanks.

      store = ObjCClass('EKEventStore').alloc().init()
      predicate = store.predicateForEventsWithStartDate_endDate_calendars_(date1, date2, None)
      events = store.eventsMatchingPredicate_(predicate)

      posted in Pythonista
      kin
      kin