¡@

Home 

2014/10/15 ¤U¤È 10:09:35

iphone Programming Glossary: gimag

MFMailComposeViewController image orientation

http://stackoverflow.com/questions/20204495/mfmailcomposeviewcontroller-image-orientation

new NSArray aAddr NSArray arrayWithObjects gAddr nil NSData imageAsNSData UIImagePNGRepresentation gImag mailVC setMailComposeDelegate self mailVC setToRecipients aAddr mailVC setSubject gSubj mailVC addAttachmentData imageAsNSData.. no difference. This is how I'm capturing the image with the imagePickerController and placing it into a global called gImag gImag UIImage info valueForKey UIImagePickerControllerOriginalImage self imageView setImage gImag send image to screen.. This is how I'm capturing the image with the imagePickerController and placing it into a global called gImag gImag UIImage info valueForKey UIImagePickerControllerOriginalImage self imageView setImage gImag send image to screen self imagePickerControllerRelease..

Inner Shadow in UILabel

http://stackoverflow.com/questions/3231690/inner-shadow-in-uilabel