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 have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
AKSideMenu version: 1.4.3
Device OS version: All versions
Device Name: All devices
Reproduction Steps
Set some class (such as left menu view controller) as AKSideMenu delegate
Put breakpoint at func sideMenu(_ sideMenu: AKSideMenu, didHideMenuViewController menuViewController: UIViewController) and write print("hello world") to have written proof that things aren't working.
Open and hide left menu
Expected Result
After hide animation is finished debugger should stop at breakpoint or write in console message that we put inside print() function.
Actual Result
func sideMenu(_ sideMenu: AKSideMenu, willHideMenuViewController menuViewController: UIViewController) is called twice instead once. Investigating in code I saw that inside AKSideMenu.swift (line 442) willHideMenuViewController is called instead of didHideMenuViewController inside completion block.
Tell us what could be improved:
Please call didHideMenuViewController in completion block. If needed I can do thing through pull request.
The text was updated successfully, but these errors were encountered:
Include the following:
1.4.3
All versions
All devices
Reproduction Steps
Expected Result
After hide animation is finished debugger should stop at breakpoint or write in console message that we put inside print() function.
Actual Result
func sideMenu(_ sideMenu: AKSideMenu, willHideMenuViewController menuViewController: UIViewController) is called twice instead once. Investigating in code I saw that inside AKSideMenu.swift (line 442) willHideMenuViewController is called instead of didHideMenuViewController inside completion block.
Tell us what could be improved:
Please call didHideMenuViewController in completion block. If needed I can do thing through pull request.
The text was updated successfully, but these errors were encountered: