/ Published in: Objective C
Expand |
Embed | Plain Text
UIImage* image = [UIImage imageWithContentsOfFile:pictFilePath]; [image drawAtPoint:CGPointMake(0,0)];
You need to login to post a comment.
UIImage* image = [UIImage imageWithContentsOfFile:pictFilePath]; [image drawAtPoint:CGPointMake(0,0)];
You need to login to post a comment.