alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
2.04k stars 213 forks source link

Fix GIF pausing when on secondary display #176

Closed bryankeller closed 2 years ago

bryankeller commented 2 years ago

On macOS, the GIF will pause playback due to it not being on the "main" screen (if you drag the app to an external / secondary display, for example). This fixes that by checking if the image view is on any of the attached screens.

alexiscreuzot commented 2 years ago

Excellent work, thanks for your contribution @bryankeller