peterprokop / SwiftOverlays

SwiftOverlays is a Swift GUI library for displaying various popups and notifications
MIT License
631 stars 83 forks source link

Annoying Notification's Animation #14

Closed jeystarratt closed 8 years ago

jeystarratt commented 8 years ago

Corrects the annoying notification's animation which may leave a colored background until complete. Also avoids force unwraps

Edit: This addresses the particular case where the notification's original height used to leave a black box behind as it animated closed.

peterprokop commented 8 years ago

@jenniferstarratt thanks! Much appreciated!

jeystarratt commented 8 years ago

@peterprokop A wonderfully useful repro. Pleasure to contribute :smiley: