Questions tagged [residemenu]

iOS 7/8 style side menu with parallax effect.

From here, you can grab the latest code of RESideMenu.

31 questions
0
votes
0 answers

Reside menu as expandable listView?

I am using the this library for one of my project, this library works Reside menu to display for only simple menu, I want to modify this library for reside menu to display as expnadableList, can anyone suggest any idea to display the reside menu to…
Shankar BS
  • 8,394
  • 6
  • 41
  • 53
0
votes
2 answers

Update tableview data in RESideMenu when it showing

I'm using UITableView in right menu and I can't find any function for RESideMenu which tracks that menu is showing (or will show). I found two functions : - (void)sideMenu:(RESideMenu *)sideMenu willShowMenuViewController:(UIViewController…
Ookey
  • 652
  • 1
  • 7
  • 16
0
votes
1 answer

Assign Arraylist to residemenu item

I am creating an residemenu with dynamic contents. I am receiving Residemenu items from service. Now I want to assign that arraylist as Residemenu main items like Home, New Order etc... I have this arralist ArrayList MenuHeadersAL = new…
Ajit Sharma
  • 411
  • 3
  • 8
0
votes
1 answer

How to add and hide item in ionic?

i have a side-menu and i want to change the item of this side eg: if user is connect ==> item my account is show but if user is not connect ==>item my account is hide in my controller: facebookExample.controller("accueilController",…
Rim Bejaoui
  • 329
  • 6
  • 30
0
votes
1 answer

Create a side menu that loads on top of the view controller

I want to create a side menu that should load on top of the main view controller. I have done RevealViewController, but thats not what I want. When the side menu comes my main view controller should be blur. This is what I want.
IRD
  • 1,127
  • 2
  • 8
  • 15
0
votes
3 answers

iOS 8.3 storyboard side menu

1) Currently in my app i have tried to implement side menu using SWRevealViewController downloaded from https://github.com/John-Lluch/SWRevealViewController. 2) Reveal View controller storyboard file is class of SWRevealViewController, which i have…
Shrikant K
  • 1,988
  • 2
  • 23
  • 34
0
votes
1 answer

Category SideMenu with button SWIFT

i currently developping an app, which allow users to make an research by title, category, price and location. to be more user-friendly, i'm trying to create a sidemenu, which contains all category under the form of button, and when the button is…
f1rstsurf
  • 637
  • 1
  • 6
  • 22
0
votes
1 answer

UILocalNotification with Residemenu

How would one get Local notifications working with a Residemenu? The goal is once a local notification is clicked upon that it opens up a specific view controller. This view controller is different to the default root view controller. I'm using…
DevC
  • 6,982
  • 9
  • 45
  • 80
0
votes
2 answers

View height incorrectly measured Android 5+

I've created fragment that is shown by reside menu (https://github.com/SpecialCyCi/AndroidResideMenu) as content for some menu item. The problem is that on Android 5+ height of ExpandableListView (green frame) is not measured correctly it cuts off…
0
votes
2 answers

Side menue for ios 8

I wanna add a side menue to my iOS app. when user press a button in the currrent view, it should move to right side a little bit and a side menue should come from left side. How can I do this? I used ECSlidingViewController for my app, but it…
user2889249
  • 899
  • 2
  • 13
  • 22
0
votes
1 answer

Move to other View with RESideMenu

I have implemented RESideMenu in my app written in Swift and its implementation is perfect, I can not, however, to move the selection to other View when I click on the cell that has the name of the View choice (example: if I click Profile me error…
Salvios
  • 1
  • 1
-1
votes
1 answer

ResideMenu item disable?

so i just come here with a problem regarding android i am not able to disable ResideMenu item here is my code public class MainActivity extends AppCompatActivity { private ResideMenu resideMenu; private ResideMenuItem itemLogout; …
-1
votes
1 answer

Smaller swipe guestures area on Android Studio

I used the code from a tutorial to embed a so-called reside menu to my Android Studio project. The code is well structured, but I can't find the right line where the swipe gestures to open and close the menu are defined. The project contains a few…
Mario
  • 353
  • 1
  • 5
  • 17
-1
votes
3 answers

How do I implement the Side menu like the Todo iOS app?

I want to implement side menu in iOS app such that On swipe it first shows just the menu icons and on swiping more it shows the menu text as well. Similar to To Do iOS app.
-1
votes
5 answers

Check reachability asap in didFinishLaunching using AFNetworking before a view controller visible with RESideMenu

I'm using AFNetworking in my app, I'm checking for internet connectivity by their inbuilt class. Here's the code for this, - (void) startInternetConnectivityMonitoring { [[AFNetworkReachabilityManager sharedManager]…
Hemang
  • 26,840
  • 19
  • 119
  • 186