Profile
Achievement
yasirmturk's Recent Snippets
- All /
« Prev 1 Next »
Use like this: [self showConfirmation:@"May we send you information and offers by Email?" withMessage:@"1 email per week maximum"];
1
913
posted 13 years ago by yasirmturk
Use like this: [[self docsPath] stringByAppendingPathComponent:@"photo.png"]
1
844
posted 13 years ago by yasirmturk
Add MessageUI.framework reference
then in header file
#import <MessageUI/MessageUI.h>
#import <MessageUI/MFMailComposeViewController.h>
#import <MessageUI/MFMessageComposeViewController.h>
1
893
posted 13 years ago by yasirmturk
Add this code to the controller
Set controller as the delegate of the all the UITextField s in the UIView
1
1412
posted 13 years ago by yasirmturk