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 two menus right and left and a content view controller.
I have implemented AKSideMenuDelegate in content view controller and in right menu controller. Delegates method are called in only content view controller not in right menu view controller. when i implement AKSideMenuDelegate in only right menu view controller delegates method gets called.
Expected Result
delegate methods should be called in all implementing view controllers
Actual Result
delegates method called in one view controller
The text was updated successfully, but these errors were encountered:
Reproduction Steps
I have two menus right and left and a content view controller.
I have implemented AKSideMenuDelegate in content view controller and in right menu controller. Delegates method are called in only content view controller not in right menu view controller. when i implement AKSideMenuDelegate in only right menu view controller delegates method gets called.
Expected Result
delegate methods should be called in all implementing view controllers
Actual Result
delegates method called in one view controller
The text was updated successfully, but these errors were encountered: