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…
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…
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…
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:…
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 ?
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…
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.
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)
{
…
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.
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…
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…
I have configured MMDrawController in my application which has UITabBarController as initialviewcontroller.
self.drawerController = [[MMDrawerController alloc] initWithCenterViewController:self.rootTabBarController…
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…
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…
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 =…