pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

revealController:willChangeToState firing too late #221

Open ogoldfinger opened 9 years ago

ogoldfinger commented 9 years ago

My understanding of this event is that it should fire BEFORE the actual state changes. However it looks like the animation completes before willChangeToState fires making this event no different than revealController:didChangeToState