pl.:
IBOutlet UIImageView *image;
...
@property (nonatomic, retain) IBOutlet UIImageView *image;
Es ebbe igy lehet betolteni egy kepet file-bol, ha tudjuk hol van:
NSString *filePath = ...;
[[cell image] setImage:[[UIImage alloc] initWithContentsOfFile:filePath]];
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.