SYFlatButton icon indicating copy to clipboard operation
SYFlatButton copied to clipboard

A customized NSButton with modern flat style like bootstrap.

Results 5 SYFlatButton issues
Sort by recently updated
recently updated
newest added

• Fixed issue where CALayer wouldn't be available on < macOS 10.13 causing the button to not draw. • Fixed issue where the text in the CALayer would be blurry....

I set the background Color of the button according to my Custom color in Assets.xcassets which change according to dark / light mode. But in my app when I with...

如果用户松开鼠标,鼠标位置不在按钮范围内,应该不响应点击事件 If the user releases the mouse, the mouse position is not in the button range, should not respond to the click event.

Updated code to support macOS versions earlier than 10.12 by: 1.) mapping NSImageLeading and NSImageTrailing image positions to NSImageLeft and NSImageRight respectively when run on macOS 10.12 but ignore these...

This project is really interesting. I set the button via IB. Then I created an IBOutlet of this NSButton to enable/hidden and it doesn't work! What's wrong or does not...