Questions tagged [side-menu]
204 questions
0
votes
1 answer
How to handle back button android to both exit app and close react native navigation side menu when it is open in home page
I am using react native navigation Wix side menu in my project. I want to close it when It is open and user clicks on mobile physical back icon. But I have defined for the back button to close my app when user clicks on it. So my back icon should do…

anna
- 95
- 3
- 16
0
votes
1 answer
Keep selected menu active
I am using ul and li to create a side menu. I have been trying to keep the selected menu highlighted but can't figure out what I am doing wrong. I tried using a class for top "ul" and handle its click as well as adding a class to each "li" and…

NoBullMan
- 2,032
- 5
- 40
- 93
0
votes
1 answer
Close side menu when clicking elsewhere
I have a project with a side menu and I am trying to clone Google Classroom. When you click the hamburger icon the side menu will appear from the left. Is it possible to make it close or go back to its original place by clicking the area excluded…

Innerout
- 27
- 4
0
votes
1 answer
How to open side menu from tabbar
I am trying to achieve some thing like following side menu open from tabbar item click.
I used the following class for Transition Animation ...
class SlideInTransition: NSObject, UIViewControllerAnimatedTransitioning {
var isPresenting =…

Wahab Khan Jadon
- 875
- 13
- 21
0
votes
1 answer
Error While creating side menu in ionic 4 . Error: Cannot match any routes
I am new to ionic.
I want to create a side menu in my application.
app.component.ts
if (localStorage.getItem('userData')) {
this.router.navigate(['/menu']);
} else{
this.router.navigate(['']);
}
menu.module.ts
const routes:…

Unnati Patadia
- 662
- 3
- 19
- 39
0
votes
1 answer
Set rootViewController programmatically not working, picking initial view controller from storyboard only in Xcode 11
Trying to change the root view controller programmatically, initially in storyboard as initial view controller is checked. Every time same viewController is opened which is set up as initialViewController in storyboard. Please guide. Sharing below…

iPhone 7
- 1,731
- 1
- 27
- 63
0
votes
1 answer
Why side menu view coming from down?, how to make it left side menu?
I am using left side menu from this pod using storyboard. sidemenu is working fine in Swift 4.2 version pod. but I have updated pod in Swift 5 here I am not getting this menu in attribute inspector to give left side menu on,
in Swift 5 pod…

Swift
- 1,074
- 12
- 46
0
votes
3 answers
How to change to its original View colour when side menu closed in swift
I am using left side menu from this pod https://github.com/jonkykong/SideMenu. here I have given storyboard side menu button to UISideMenuNavigationController Present Modually Segue and side menu is working fine but my issue is, if I click(open)…

Swift
- 1,074
- 12
- 46
0
votes
1 answer
SideMenu coming separately in updated macOS catalina and updated Xcode 11.2.1 in swift
I have recently updated macos from mojave to catalina and xcode from 10.14 to 11.1.2. in previous version i am getting sidemenu properly but in updated version side menu coming separately, why?
i have installed pod pod 'SideMenu' in progect and i…
user12381674
0
votes
1 answer
SideMenu Warning: attempt to push a View Controller from where its navigationController == nil in swift
I have added jonkykong/SideMenu pod in my project. if I am adding viewcontrollers in sidemenu then it is working fine.
Given segue present modelly from all sidemenubutton in viewcontroller to UISideMenuNavigationController
If I add all…
user12381674
0
votes
1 answer
How to create Accordion type side menu in ionic 4
I have a project in ionic 3 with accordion menu. Now there is a necessary to update to ionic 4.
I have converted all my codes to ionic 4 but I could not convert the menu from Ionic 3 to Ionic 4 due to lot of changes in routing methods.
Below given…

Dr NVS
- 191
- 3
- 5
0
votes
1 answer
Ionic 3 sidemenu from list page to home page not going
I have created an app with ionic 3 sidemenu.
When I go to the list page I can't go back to the home page with the back button.
Instead, then the app got closed.
Can anyone please help me?
Thanks in advance.

Samiron Barai
- 37
- 7
0
votes
1 answer
Resizing window with menu
I've come across a problem with making menus within a re-sizeable window. I've made a test app to demonstrate my problem below:
I'm animating a settings menu that transitions down from the top by changing the grid margin. When the settings menu is…

David Andrew Thorpe
- 838
- 1
- 9
- 23
0
votes
1 answer
How to bring out the viewController after menu item is selected?
Im trying to bring out the viewcontroller after i select an item in the menu. Currently, when I press something it just change the page, but it gets stuck on the right side. How do i bring that out.
This is the code that i wrote.
class ContainerVC:…

Nick
- 104
- 11
0
votes
0 answers
How to make a expandable side menu tableView list
Im trying to expand my tableView, but Im getting an
Thread 1: signal SIGABRT error. Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSSingleObjectArrayI objectAtIndex:]: index 6 beyond bounds [0 .. 0]'
This is the…

Nick
- 104
- 11