Shortcut of NSMenuItem and NSButton
The shortcut key, or hotkey, is called Key Equivalent in Mac development. To use it, just press the corresponding key combination, and it will trigger a pred...
The shortcut key, or hotkey, is called Key Equivalent in Mac development. To use it, just press the corresponding key combination, and it will trigger a pred...
There is a UI layout feature:
During developing of my new app IconBook, I find some apps’ icns files do not contains all format as I presume, even those apps update in recent days.
I write a rate view for mac, as iTunes’ song’s rate.
I imitate a reflief style button, as Finder’s “About this Mac”.
Grand Control Dispatch的常见实用场景。
I write following code to filter an array for containing objects by their name.