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.
我想将未读消息计数(参考:图)显示为徽章标签,类似于[[NSApp dockTile] setBadgeLabel:@""];图像图标。
[[NSApp dockTile] setBadgeLabel:@""];
谁能告诉我使用 Objective-C 的正确方法?