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

相关文章:

  • 2021-08-05
  • 2022-12-23
  • 2021-06-15
  • 2021-12-24
  • 2021-10-24
  • 2021-06-07
  • 2021-07-12
  • 2021-07-13
猜你喜欢
  • 2022-02-03
  • 2018-04-13
  • 2021-12-20
  • 2022-12-23
  • 2022-01-07
  • 2021-09-30
  • 2020-10-08
相关资源
相似解决方案