Questions tagged [residemenu]

iOS 7/8 style side menu with parallax effect.

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

31 questions
18
votes
3 answers

error using cocoapods "use_frameworks!" SWIFT

I had a clean swift project, using some cocoapods : Parse, AFNetworking and RESideMenu. I need to use STZPopupView pod, so I updated cocoapods with the last version: gem install cocoapods Then I relaunched it for my project: pod install Because…
cmii
  • 3,556
  • 8
  • 38
  • 69
6
votes
2 answers

How to save fragment state in android?

I have one HomeActivity from where I am calling the list of fragments. In HomeActivity I have sidemenu where all fragments are loaded. Now,in this list i have one fragment called HomeFragment which display the Google Map with data, using…
Sumit Pansuriya
  • 543
  • 10
  • 23
5
votes
3 answers

Android ResideMenu library, bottom of Fragment has Cropping issue

https://www.dropbox.com/s/lykyutdlo6386il/nexus%205%202.png?dl=0 This picture is captured by nexus 5. As you can see the gap between top and bottom of screen is different. Android Logo is cropped when the side menu is closed. Part of the bottom…
4
votes
3 answers

ZipException: duplicate entry : com.nineoldandroids

I added ResideMenu in my project using its gradle dependency. but i am getting this issue : Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException:…
Pro Mode
  • 1,453
  • 17
  • 30
2
votes
1 answer

AndroidResideMenu Custom Layout

I am using AndroidResideMenu library . But what I need to add is a Menu with a profile picture at the bottom .. How do I add a custom view to the Reside Menu to achieve that ?
Suresh Kumar
  • 227
  • 1
  • 11
  • 29
1
vote
1 answer

Overlay view being shown, but not removed

I have a BaseViewController and a SideMenu that uses my MenuViewController. There are many possible "Home" screens that all inherit from this same BaseViewController. MenuViewController also inherits from BaseViewController. I would like an overlay…
s_khillon
  • 81
  • 3
  • 7
1
vote
1 answer

Remove menu item while using ResideMenu lib

How to remove or Disable Reside Menu item in Android resideMenu.addMenuItem(itemQues,ResideMenu.DIRECTION_LEFT); I want to disable this item in second fragment.
Shivu Bawa
  • 11
  • 2
1
vote
0 answers

How to remove gesture for RESideMenu from UIView

I want to remove gesture recogniser for RESidemenu controller form particular UIView. how can we remove it. i have removed all gestures from view, but its not working fine. for (UIGestureRecognizer *gesture in self.view.gestureRecognizers) { …
Ravi
  • 888
  • 6
  • 24
1
vote
2 answers

RESideMenu: Add new viewcontrollers before RESideMenu

I am using RESideMenu in my application. But I need to add login and registration viewcontrollers before the RESideMenu. Is it possible, if yes then how can I do that ? Thanks in advance.
Abhijith G
  • 244
  • 1
  • 8
1
vote
1 answer

ios Reside menu managing right and left menu content

i am working on an application where i needed to have both right and left menu. i am using reside menu and by changing _contentViewInPortraitOffsetCenterX to 70.f, i am getting my desired result but there is a problem when i am showing right…
0
votes
1 answer

ResideMenu Android layout height wrong

I'm using the Android ResideMenu library, which has generally been good except the issue with mis-calculating the size of my main "content activity". I've tested with several devices but it seems to be a bit off in each one, which causes a problem…
royherma
  • 4,095
  • 1
  • 31
  • 42
0
votes
0 answers

iOS: MMDrawController: How to disable pangesture on specific view of viewcontroller

I have configured MMDrawController in my application which has UITabBarController as initialviewcontroller. self.drawerController = [[MMDrawerController alloc] initWithCenterViewController:self.rootTabBarController…
Rakesh Singh
  • 858
  • 1
  • 12
  • 31
0
votes
0 answers

iOS 7.1.2 RESideMenu crash on +[UIView appearanceWhenContainedInInstancesOfClasses:]: unrecognized selector sent to class

I have added RESideMenu library in my iOS project from https://github.com/romaonthego/RESideMenu . It works fine on iOS 8,9 but crashing on iOS 7.1.2. The issue is : +[UIView appearanceWhenContainedInInstancesOfClasses:]: unrecognized selector…
Jamshed Alam
  • 12,424
  • 5
  • 26
  • 49
0
votes
2 answers

How can I push view controller with storyboard identifier using LGSideMenuController?

I have to push a detail view controller when I tap on a tableview cell using with storyboard identifier. I have already designed the view controller. Now i have to navigate to the designed screen by tapping table view cell in the left menu. I am…
Sakthi
  • 71
  • 1
  • 8
0
votes
1 answer

How to configure SWRevealViewController Programmatically?

I am working on application where after registration process home screen will appear. And the SWRevealViewController has been configure in home screen. I want to configure SWRevealViewController programmatically. Below is my code let storyboard =…
user3432164
1
2 3