alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
1.99k stars 210 forks source link

Fix GIF pausing when on secondary display #176

Closed bryankeller closed 1 year ago

bryankeller commented 1 year 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 1 year ago

Excellent work, thanks for your contribution @bryankeller