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 
        
        
            1513 
        
                    posted 14 years ago by yasirmturk
            Use like this: [[self docsPath] stringByAppendingPathComponent:@"photo.png"]
        
        
        
            1 
        
        
            1497 
        
                    posted 14 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 
        
        
            1585 
        
                    posted 14 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 
        
        
            1947 
        
                    posted 14 years ago by yasirmturk