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
First of all thanks for creating such an amazing slide menu. We have decided to use this menu in one of our coming app. We are experiencing small GUI related issue when there is a phone call in progress or for any other reasons the blue bar shows up under the status bar. The left menu shifts down to an unexpected y coordinates, pretty much quarter of the screen. Do you know how do we fix this or what is the cause of this behaviour?
The text was updated successfully, but these errors were encountered:
Thanks Stefan for your prompt response. We found a work around for this issue by removing the .FlexibleTopMargin from the autoresizingMask of tableView in the LeftMenuViewController. This code was copied from one of your example. If we can implement better solution please let us know.
Hi Stefan,
First of all thanks for creating such an amazing slide menu. We have decided to use this menu in one of our coming app. We are experiencing small GUI related issue when there is a phone call in progress or for any other reasons the blue bar shows up under the status bar. The left menu shifts down to an unexpected y coordinates, pretty much quarter of the screen. Do you know how do we fix this or what is the cause of this behaviour?
The text was updated successfully, but these errors were encountered: