I want to check whether EventKit Framework is included or not in the project. I have used the below method to check : NSClassFromString(@"EKEventStore")
It worked. Even though i haven't included the EventKit framework in the project but I am getting success response. Finally, i found because of MessageUI framework causes this success.
Is there any relationship between EventKit and MessageUI Framework ? Or Could anyone suggest me to how to find EventKit framework is included in the project by programmatically.