NSString *path =[[NSBundle mainBundle] pathForResource:@"icon" ofType:@"png"]; MyImage = [UIImage imageWithContentsOfFile:path];
相关文章:
NSString *path =[[NSBundle mainBundle] pathForResource:@"icon" ofType:@"png"]; MyImage = [UIImage imageWithContentsOfFile:path];
相关文章: