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.
iPhone カレンダー アプリがアイコンを毎日変更して、月 1,2,3,...,29,30 の日付番号を持つようになっているのを見てきました。アプリをこのようにアイコンに変更するにはどうすればよいですか?
iOS でアイコンを変更することはできません。ただし、更新を送信し、アプリ バンドルに新しいアイコンを含める場合を除きます。
これは非常に簡単です。NSApplicationには、アイコン画像を変更できるメソッドがあります:setApplicationIconImage:。