Questions tagged [side-menu]

204 questions
1
vote
1 answer

Ionic Angular side-menu doesn't show up when I click on the icon

I try to make a side-menu in ionic Angular. I want to use it in more pages. I made a component named "menu-for-client", I imported it in "Components.module.ts" and then I imported the ComponentsModule in my pages. The menu doesn't show up. This is…
Daiana
  • 19
  • 6
1
vote
1 answer

How do I change the UIimageview image in the ViewController when the side menu is clicked?

I want to change the background image in the Viewcontroller when one of the side menu items is clicked. I am using VIP architecture while doing this process. When the item on the side menu is clicked, the following code block works: else if…
huseyin
  • 63
  • 7
1
vote
1 answer

Title incorrectly in UINavigationController

I am trying all the ways to change the title after going from the button to the home screen. The main screen shows me, and the title does not want to change in any way.I want the title to be shown "Главная". I've reviewed all of YouTube, downloaded…
1
vote
1 answer

Is possible react-navigation-drawer with subpages?

i'm using react-native with react-navigation-drawer to generate a side menu for navigate beetwen screens. My question is: Exist a way or a guide to put subpages in the side menu? any suggestion is welcome and thank you in advance On left how appear…
Fabio
  • 53
  • 4
1
vote
1 answer

CodenameOne - wrong theming for side-menu on Android device

I tried to run my Codename app on my Android phone after sending the Android build and I realized that the theme is perhaps wrong. I chose the native theming in the app. Indeed I get a dark-grey side menu with black text that is very small, while…
P5music
  • 3,197
  • 2
  • 32
  • 81
1
vote
3 answers

How To Update Data in Another View Controller without Segue (SideMenu)

I am using SideMenu and I am trying to add an item to that SideMenu from another View Controller. I store the items for SideMenu in habits object. But I have no idea how to add a new item from ADD VIEW CONTROLLER as there is no segue. To sum up; How…
1
vote
0 answers

How to Resolve the 'Value of type 'AppDelegate' has no member 'navigationController' ' issue for the 'SideMenu' CocoaPod?

I am using the 'SideMenu' Cocoapod, and I copy and pasted the code to add view controllers in my AppDelegate.swift as it says to, and it's all good except the addPanGesture and addScreenEdgePanGesture. Here's my code for my entire…
Owen Lewis
  • 35
  • 6
1
vote
0 answers

How to detect click in subview in hamburger menu

So I have this hamburguer menu that pop ups via animation and I have a question. How can I detect if the user touched outside of the current view, in this case in the previous view that is just a little bit in the right so I can dismiss the current…
1
vote
2 answers

Xcode Swift UI Side menu contents are not aligned

I am trying to create side menu in Swift UI (Xcode version 11.5). Menu is created and it seems to be working but only issue i am facing is that menu text are not properly aligned ( i need it to be left (leading) aligned). Home page view - struct…
Shivdutt
  • 57
  • 2
  • 9
1
vote
1 answer

How to add a scroll bar to html side menu

How would I add a scroll bar that is solely for the left side navigation menu? I have tried adding overflow-y: scroll; in various locations but that has not seemed to work. I am somewhat of a novice/newbie at web design so I have sort of hacked…
jmjmw
  • 23
  • 1
  • 4
1
vote
0 answers

How to implement a Modal Navigation Drawer with material.io on iOS

According to the material.io documentation, the Modal Navigation Drawer should be used for sideMenus on mobile device but their api almost only contain drawers for the bottom, MDCBottomDrawerViewController, MDCBottomDrawerPresentationController etc.…
KarmaDeli
  • 610
  • 1
  • 6
  • 16
1
vote
1 answer

Want to implement this type(posted image) of side menu in swift ios

Want to implement this type(bellow image link provided) of side menu/ drawer menu in swift ios https://dribbble.com/shots/5405926-Navigation-drawer-design-Dbotica-Healthcare/attachments
1
vote
1 answer

Use of undeclared type 'SideMenuNavigationControllerDelegate' error

I am using left side menu from this pod. here I have given storyboard side menu button to UISideMenuNavigationController Present Modually Segue and side menu is working fine and here I want to use its delegate methods delegate methods but here i am…
Swift
  • 1,074
  • 12
  • 46
1
vote
3 answers

sideMenu not displayed after login

I have included kukushi side menu. I have done things according to the documentation. The screen shot with the codes in app delegate are below: func setUpHomeVC() { var window: UIWindow? let storyBoard = UIStoryboard.init(name:…
jenny sam
  • 191
  • 3
  • 13
1
vote
1 answer

kukushi/SideMenu Reveal Menu not working from presented anotherViewController

I use side menu library "kukushi/SideMenu" I send data to another tableViewController (ScheduleTableVC) let navigation = UIStoryboard.init(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "SchedulePage") as!…
1 2
3
13 14