UIImage *buttonImage = [UIImageimageWithContentsOfFile:[[NSBundlemainBundle] pathForResource:@"button_down"ofType:@"png"]];
ios 加载一张本地图片
最新推荐文章于 2021-06-10 13:57:33 发布
UIImage *buttonImage = [UIImageimageWithContentsOfFile:[[NSBundlemainBundle] pathForResource:@"button_down"ofType:@"png"]];