AKSideMenu icon indicating copy to clipboard operation
AKSideMenu copied to clipboard

Beautiful iOS side menu library with parallax effect. Written in Swift

Results 11 AKSideMenu issues
Sort by recently updated
recently updated
newest added

How we can change left menu controller width?

there was behavior bug when contentviewcontroller fixed to bottom safearealayoutguide. I have added following code to my project at AKSideMenu updateContentViewAdditionalSafeAreaInsets() after setting insets.top. let window = UIApplication.shared.keyWindow let bottomPadding...

Firstly I have used AKSidemenu and when i press any item from sidemenu i move to particular controller like below. ``` let contentViewController: TestVC = GlobalData.testStoryBoard().instantiateViewController(withIdentifier: "TestVC") as! TestVC let...

- [x] I have verified there are no duplicate active or recent bugs, questions, or requests ###### Include the following: - AKSideMenu version: `1.4.5` - Device OS version: `13.0` -...

Dears, As you can see in the attached photo, after showing the side menu the navigation bar goes behind the status bar, this issue only happens in iOS 13, earlier...

###### 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...

I implemented the storyboard method of AKSideMenu. The problem I am facing is that the navigation bar changes to white and without back button. Whereas, it is fine with FirstControllerView....

I have rootVC as AKSideMenu, content view is tabbar and a left and a right menu. when I navigate to another view controller from tabbar, it is not opening menu...

Hello, I want to use my custom navbar, I do all the settings on the board, but when I run my application comes first as I do when I go...

- [yes ] I have verified there are no duplicate active or recent bugs, questions, or requests yes ###### Include the following: - AKSideMenu version: latest version downloaded via pod...