You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to determine when the drawer reaches a certain position and do some visual updates in my app.
The only way I see for that is the drawerPositionDidChange delegate. The only problem with this is that the delegate is called at least 5 (five !) time during a transition, so it can't be used reliably.
Any way to determine if the drawer changed from .closed to .open just once, not five times ?
The text was updated successfully, but these errors were encountered:
I'm trying to determine when the drawer reaches a certain position and do some visual updates in my app.
The only way I see for that is the drawerPositionDidChange delegate. The only problem with this is that the delegate is called at least 5 (five !) time during a transition, so it can't be used reliably.
Any way to determine if the drawer changed from .closed to .open just once, not five times ?
The text was updated successfully, but these errors were encountered: