EventKit - App freezes when adding an EKEvent with 2 alarms (iOS 5)

前端 未结 4 1015
梦谈多话
梦谈多话 2021-01-13 03:51

I have an app that programmatically adds reminders to your iOS device\'s calendar.

Previous to iOS 5, I could add a calendar item with two alarms thusly:

<         


        
4条回答
  •  广开言路
    2021-01-13 04:22

    Its a bug with Apple. If you set 2 alarms it causes the app to freeze. If you only set 1 it works just fine. This is fixed in iOS 5.1 .

提交回复
热议问题