omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    IOS 13 problem

    Pythonista
    1
    1
    698
    Loading More Posts
    • 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.
    • kin
      kin last edited by kin

      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)

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB Forums | Contributors