Questions tagged [side-menu]
204 questions
0
votes
1 answer
Side Bar Menu in Xamarin.iOS
I'm MVC .Net Developer and just a beginner in Xamarin.ios. I want to implement side bar menu slider in my app but I'm not understanding how to design it in storyboard. I've gone through some links as…

Mohammed Dastagir
- 23
- 2
- 15
0
votes
1 answer
MS Access Form Sidebar Menu Animation
I've been trying to create sort of a sidebar menu that would pop in when you click on a button for quite a bit now and for some reason, I am unable to do it. When I save the code and open the form to test, the "side menu" (which is another form) can…

TheDoomDestroyer
- 2,434
- 4
- 24
- 45
0
votes
1 answer
Bootstrap lide side group item
I have this bootstrap side menu and codeigniter code , but I want to add a sub menu or drop down. I tried other solution but no avail, the drop down and sub menu won't response when clicked. I wish you could help me.
P.s. I only found this and…

rash eminem
- 27
- 6
0
votes
1 answer
how do remove underline in side-menu ionic 2
I've create a side menu.
and button inside it
0
votes
1 answer
IOS using SWRevealView Library, How to close a sidebar when clicking on main view which contains a web view
I am using SWRevealViewController library for making side bar menu in IOS from the following link
http://www.appcoda.com/ios-programming-sidebar-navigation-menu/
Also I use the following code to close the sidebar if clicked outside
if…

Mohamed Mosaed
- 105
- 1
- 8
0
votes
1 answer
how to create a back button in ios that goes to previous screen
I have an app that has a menu. Please check attached image below:
Now if I go to "Council" under "Municipality" which is a page. It gives me a screen with text and on the upper bar I have a back button.
The problem is that when I click on the back…

TooFast
- 65
- 10
0
votes
1 answer
Add elements for ionic 3 side menu
In Ionic, I need to add dynamically some elements in the side menu.
When a user log in, I need to show the modules of the user, I get them from an API, but I don't know how to add them to the side menu list.
I have read some docs, but I can't find…

Luis Melendez
- 89
- 1
- 10
0
votes
0 answers
UISlider doesn't move smoothly while using side menu
I'm using a sidebar menu in Xamarin using the component Sidebar Navigation.
The problem that I have a UISlider inside UIScrollView inside a UIViewController that is content view controller. It contains a UISlider, the uislider works normally on…

Aproram
- 348
- 1
- 3
- 16
0
votes
0 answers
Slide menu not showing on the view controller which is presented on another view controller
I am using the Side menu controller. The Side view controller works fine but when another view controller B is presented over another view controller A. The side menu doesnot appears on the view controller B while swiping. The code for embedding the…

Chelsea Shawra
- 1,593
- 4
- 22
- 43
0
votes
0 answers
Custom view controller instead of table view controller in Side menu
I am using sidemenu library to get the menu from the left side.But by default it uses tableview controller to display the menu items. I want to change this to uiviewcontroller. How do I do it?
Library link: https://github.com/jonkykong/SideMenu

Prabu Raj
- 577
- 1
- 6
- 11
0
votes
2 answers
Presenting view controllers on detached view controllers is discouraged (with SWRevealViewController)
I am changing the RootViewController of SwRevealViewController
My code:
let next = self.storyboard?.instantiateViewController(withIdentifier: "SWRevealViewController") as! SWRevealViewController
next.loadView()
let mainStoryboard:…

Tolga İskender
- 158
- 2
- 14
0
votes
0 answers
How to destroy the side menu before move?
I use the side menu (jonkykong / SideMenu) when developing an application for iOS and ran into a problem. I need a menu that will be displayed on all ViewController, everything seems to work, but when you switch to the second controller, a new menu…

Wolfak
- 97
- 1
- 2
- 9
0
votes
0 answers
bootrstrap side menu three levels collapsing
I'm using SB Admin bootstrap theme and I have problems with collapsing left side menu correctly.
0
votes
1 answer
Side menu controller
I am working on a YouTube project and the problem is that I want to add a side menu and I know how to do that. However, when I press a cell I don't want it to load a new view. Instead, I want it to update my table view because I don't want 20…

atheer21
- 61
- 1
- 9
0
votes
2 answers
How to style the react native side menu?
I have developed the side menu using react native side menu and want to know how to style the image to the design in the image below:
The application I developed
want to design like this
Is it just using the style to do it? If so can adjust the…

johnhour
- 119
- 3
- 14