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
The delay is mainly due to way the panel captures the background image to apply the image blur in advance. It does this exactly once, when the gesture is triggered or when opened programatically, and then crops the image using UIView content modes, to show only the relevant parts obscured by the panel.
If you are using iOS 7, it's possible to get faster performance using some of the more "hack"-ish techniques (like stealing the CALayer of a UIToolbar), however, you lose the ability to specify the strength of the blur (required to match the look of notification or control center.)
panning from the edge of screen brings the menu after some delay.
menu right/left does not move with the pan gesture.it comes little later
The text was updated successfully, but these errors were encountered: