Profile
Achievement
yasirmturk's Recent SnippetsTagged iphone
- 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
932
posted 13 years ago by yasirmturk
Use like this: [[self docsPath] stringByAppendingPathComponent:@"photo.png"]
1
860
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
908
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
1425
posted 13 years ago by yasirmturk