cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Provide intrinsicContenSize to improve compatibility with autolayout #125

Closed fletcher closed 5 years ago

fletcher commented 5 years ago

Adds a basic intrinsicContentSize for auto layout compatibility.

Uses a fixed width, as it seems that providing an accurate intrinsic width would require refactoring the code which is more effort than I want to put into this. But I think that would be the way to go in order to do this properly.

shpakovski commented 5 years ago

@fletcher Great job, thanks!

fletcher commented 5 years ago

You probably saw the comments for ways to make this better. But this is good enough for my purposes at the moment, and I don't have time to dig further.