Home / DeveloperSection / Tag
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
Step-1  Create a new project. Step- 2 Add AddressBook.framework to the project.Step-3 Import “AddressBook/AddressBook.h” in AppDelegate.h following
Follow the following step to send email in iOS Objective C- Step - 1Include theMessageUI.frameworkin your project . Select project go -settings -Ge
You can create action sheet in iOS 8 or later version using UIAlertController Following is the sample code for creating action sheet using UIAlertCont
UIAlertController introduced in iOS 8 .UIAlertController replaces the UIActionSheet and UIAlertView classes. UIAlertController can be used for displaying alerts ,confirmation alert ,act as action sheet and used for login purpose etc.