I was wondering is there a way to add the following Add event screen to your iOS app, without actually creating it yourself, something like a method [show UIAddEvent].
Please let me know if there is way to do this.
I was wondering is there a way to add the following Add event screen to your iOS app, without actually creating it yourself, something like a method [show UIAddEvent].
Please let me know if there is way to do this.
You want the EventKitUI framework. EKEventEditViewController is probably what you are looking for. The SimpleEKDemo sample on the developer site should get you started.