Questions tagged [side-menu]

204 questions
0
votes
0 answers

How can i navigate back to the prev viewcontroller (yonkykong's SideMenu)

I have a SideMenu and the 2nd item is back to the prev VC but it's not working. Someone help me pls how can i go back? :) class MainViewController: UIViewController { ... } private class HamburgerMenuListController: UITableViewController…
0
votes
2 answers

How to update side menu item list in an ionic react app after login

I'm creating a mobile app with ionic react and used the "ionic start --sidemenu" option. This is my App.tsx
Jon
  • 53
  • 1
  • 9
0
votes
0 answers

What could be the reason my side-menu not collapsing while reducing the tab width or when checking view in Phone or tablet?

This is my PC layout which can be seens as: But while reducing the window width to check if its mobile friendly and responsive all the side menu
    get scaled up together. I want to hide them and introduce a menu button instead of that on which…
Biku7
  • 450
  • 6
  • 16
0
votes
2 answers

SideMenu: How to include in Objective-C project?

I'm trying to use the project SideMenu (https://github.com/jonkykong/SideMenu) inside my Objective-C code (I saw the @objc/@objcMembers syntax so I'm guessing it should be possible) and I'm not using storyboards. Can the controller be used in this…
zionun
  • 51
  • 4
0
votes
0 answers

ionic buttons and side-menu disabled

Im currently working on an ionic app integrated with capacitor. I have 3 pages connected with sidemenu. when i first open the page all the buttons are working properly. But when I navigate to other page and come back to the first page using…
0
votes
2 answers

Side Menu Route

I'm trying to implement a side menu in my app ionic 5. but i can't seem to do so. when i run the app, it will go to home page but won't go to other pages like stats page, savings page. triedto look at the console log for errors but there were no…
0
votes
1 answer

How to Have a Side Menu Slide Along With Finger?

I'm building an app in XCode with Swift, and right now I have a side menu that appears when the button is tapped, and it disappears when the button is tapped again (or the dim area is tapped): Home View <--------------> Side Menu I'd like to be…
nicog
  • 102
  • 9
0
votes
1 answer

Cannot get anything out of the pages from the side menu

I am building up on this (https://www.youtube.com/watch?v=e8OtfA3YvSM) awesome tutorial on side menus with cocoa pods. I managed to throw some objects on the home page (like a scroll view and a page control) and they show up perfectly. However, I…
Caleb G
  • 79
  • 5
0
votes
1 answer

How to navigate from side menu in SwiftUI to new view

I am working on app which has home view with navigation and side menu. Side menu has 2 levels menu i.e. each menu entries has sub menu(s). Whenever user click on any side sub-menu, app should display new view but i am unable to achieve this…
Shivdutt
  • 57
  • 2
  • 9
0
votes
0 answers

How to keep Submenu open when item is active

I've got a sidebar navigation menu. I'm happy with how it works however I would like to keep the submenu open once a menu item is active, so when the selected link opens, The parent/child is highlighted and the submenu stays open. At the moment it…
Harriet N
  • 1
  • 1
0
votes
1 answer

React native responsive side menu

I am using the library react-navigation-drawer for my app side menu. My app should be working on iphone and iPad as well. The default side menu of this library is working well on iPhone. But on iPad, side menu should be always visible on my app. I…
Viktor Belashov
  • 361
  • 1
  • 2
  • 12
0
votes
0 answers

how to have sidemenu inside UITabBarController

How to have sidemenu inside UITabBarController ? previous integrated side menu with SingleViewController, But how same behaviors will have into UITabBarController with sidemenu? Same as like naukri / twitter app.
kiran
  • 4,285
  • 7
  • 53
  • 98
0
votes
1 answer

Ionic: Getting blank sidemenu on iOS simulator?

I'm getting a blank side menu screen on iOS simulator although options are clickable. This issue does not occur while running the app on browser OR android phone. I'm using the lastest of ionic and Xcode. Please let me know how to fix this. Thanks…
Nikhil Behera
  • 165
  • 1
  • 9
0
votes
1 answer

Swift: preferredStatusBarStyle() not called using SSASideMenu

I know there are many questions related to this but I have tried almost everything. I am using SSASidemenu and preferredStatusBarStyle() is calling every time while moving from one ViewController to another and I am able to set the color only once.…
0
votes
1 answer

How to Swipe Away / Slide In a Side Menu In Swift?

In my app I've coded a side menu that looks like this: Here's the code that is called when I tap a menu button that's in some views: How can I have the menu slide in to view (depending on where the user's dragging finger is) and swipe away? And…
nicog
  • 102
  • 9