IlyaBaudin

Results 3 issues of IlyaBaudin

**Description:** SwipeActions library looks like lightweight and convenient way to use swipe actions on iOS. No reasons to add basic support for macOS platform, especially if it was initially written...

Bug description: ThumbView has incorrect position for some cases. Steps to reproduce: 1. Make an NSSwitch Outlet to NSViewController 2. Predefine default value for NSSwitch is ON 3. Call `.setOn(on:...

Fixed issue when NSSwitch setOn method called witn false animation flag. In this case thumb view didn't change position correctly and always use OFF position.