Tagged Questions
1
vote
3answers
354 views
How to create a binding for NSApp.dockTile's
In IB it is easy to bind a label or text field to some controller's keyPath.
The NSDockTile (available via [[NSApp dockTile] setBadgeLabel:@"123"]) doesn't appear in IB, and I cannot figure out how ...