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 の Resources フォルダーにアイコンを追加して複製しました。
アプリのアイコンは既にリソース ディレクトリにあります (実際には存在しません)。
UIImage *appIconImage = [UIImage imageNamed:@"appicon.png"];
appicon.pngアプリのアイコン ファイルの名前はどこにありますか。
appicon.png