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