Questions tagged [side-menu]

204 questions
0
votes
2 answers

Cross platform NavigationDrawer/SideMenu?

Architecture question: Are there components or a convention to follow to implement a cross platform navigation drawer / side menu? I've found platform specific implementations that aren't similar enough to be implemented consistently in a cross…
Robert
  • 148
  • 8
0
votes
0 answers

UITableViewVibrantCell on UITableView

I would like to know if it was possible to use UITableViewVibrantCell on a UITableView (not controller). I can't figure out how to do it. I'm doing : func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { …
0
votes
1 answer

Pass data from side-menu to main scree in 'react-native-navigation'

Is there a way to pass data from side-menu to central (main) screen in wix-react-native-navigation? I have some calculations in the central screen and a switch in the side-menu to change units from inch to mm. Now I want side-menu to pass data to…
0
votes
0 answers

issue in jokykong/sidemenu changing back button

I'm using jonkykong/sidemenu for iOS apps, swift , https://github.com/jonkykong/SideMenu My issue: when I open the side menu and navigate to a child controller from the side menu, the side menu icon is changing and becoming the icon I provide in the…
MhmdRizk
  • 1,591
  • 2
  • 18
  • 34
0
votes
1 answer

How to show section respectively with each item in slide out menu using SWRevealController

I have couple of sections in UITableView. I make a slide-out menu with some items that are the names of sections in table. How to show the section respectively with item tapped in menu. Thanks!
user8018082
0
votes
1 answer

show side menu after login screen

i am creating an ios app but issue is that i don't know that how to add sidemenu after login successfully without login screen i implemented and work successfully but how to use after login screen i am not able to understand because this is my first…
Vishal
  • 23
  • 6
0
votes
1 answer

Ionic where to define function for button defined in app.html

I have defined my Ionic side menu in app.html: Menu
0
votes
2 answers

How to translate with pipe the return of a *ngFor loop in Ionic/Angular

I'm new to Ionic/Angular and therefore ask for your kind help. So far I managed to make translating and ngFor work fine in my script, but I would like to mix it in the side-menu of my app, so that it gets automatically translated. Here is my menu…
Pioute
  • 391
  • 3
  • 10
0
votes
1 answer

Side menu with the search button on the Roku channel's home screen

I'm developing a Roku application with SceneGraph and I would like to have a side menu with the search and other buttons on the channel's home screen. I couldn't find how to implement this. Is it possible? Thanks a lot
Proud Roku
  • 15
  • 3
0
votes
1 answer

SideMenu by jonkykong - slide in from right side

I want to have a menu slide in from the right and everything is working correctly except it slides all the way to the left side of the screen. That is, there should be some distance between the left side of the screen and the edge of the menu, but…
Adam Zarn
  • 1,868
  • 1
  • 16
  • 42
0
votes
0 answers

how to make expendable side bar menu swift3

I was trying to create a Slide side out menu using the 'SwiftySideMenu' framework but I could not do the know how to create expandable TableView. I will share you one image screenshot my requirement as it is like this image Any one Please help…
mike kumawat
  • 165
  • 1
  • 2
  • 8
0
votes
0 answers

reactjs sidemenu style missing

I'm new to reactjs and tried to use the sidemenu from reactjs (https://www.npmjs.com/package/react-sidemenu). I installed it via npm and made a component: render() { return (
Detlef D Soost
  • 83
  • 3
  • 11
0
votes
1 answer

delegation (while creating sideMenu, delegate? returns nil)

guys. I'm asking for help. It seems a very easy task, but I can solve it for the whole day. I'm trying to create a side menu using container view. When a user presses More button(barButtonItem), the whole view slide to the right and menu table…
djaflienda
  • 31
  • 6
0
votes
0 answers

TypeError: Cannot read property '$parent' of undefined

angular-material-sidemenu version: 1.0.5 I am using gulp to build and serve my web app. When I am using gulp-serve the project is starting from my root/src/main/ folder and angular-material-sidemenu is working properly. but when I do gulp-build, a…
KAsh
  • 304
  • 5
  • 23
0
votes
2 answers

Ionic - Menu Active State not changing on click

I am using a Ionic Side-Menu application. The above image highlights my issue. I would like the menu active state to be changed when I navigate to that particular page. The menu state works fine when clicking the menu item to navigate and not…
nijin
  • 556
  • 2
  • 16