Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从我的应用程序中发送一条推文,而对于实际推文,我想包含应用程序的图标。
有没有快速访问图标的方法。否则,我已将图标添加并复制到 Xcode 中的资源文件夹中。
应用程序图标已经在资源目录中(实际上并不存在)
UIImage *appIconImage = [UIImage imageNamed:@"appicon.png"];
appicon.png您的应用程序图标文件的名称在哪里。
appicon.png