OfTheWolf / UBottomSheet

iPhone Maps App bottom sheet - A Protocol Oriented Approach
MIT License
653 stars 68 forks source link

Add Completion Handlers to Sheets/Animations #70

Closed dmiluski closed 3 years ago

dmiluski commented 3 years ago

Problem: I was having difficulty coordinating the transition from one sheet to another.

Why: When switching from one sheet to another, there is currently no feedback of the completion requiring a timer to coordinate the removal, then display of another sheet.