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.
Chromeを使用してLionで何かをダウンロードしていたとき、ダウンロードの進行状況が動的に更新されるバッジがドックに表示されます。
どうすればそれを達成できますか?
私はあなたがこのコードを探していると思います:
[[[NSApplication sharedApplication] dockTile] setBadgeLabel:@"My String"];
ここでは、必要なすべての情報を見つけることができます(これはNSDockTileクラスリファレンスです)。