Questions tagged [amslidemenu]
29 questions
0
votes
1 answer
AMSliderMenu- Open left menu programmatically
I am using AMSliderMenu where I want to display left slider menu on button click.I want to add left navigation button on dashboard, On the button click event open left slider menu.
I have added custom button to navigation left bar item.I have…

nadim
- 776
- 1
- 12
- 26
0
votes
1 answer
Android side navigation drawer : how to have such vertical border and image logo
help me actually 2ND image is of iOS navigation drawer, i want same drawer in android, i had a drawer that is close to it but not know how to add such 3D munu border and to add just image logo above the place of HOME
Want this type of NAV border…

Bilal Maqbool
- 27
- 10
0
votes
0 answers
AMSlideMenu back button not showing on iOS 9
I've inherited an iOS application which is built around the
AMSlideMenu CocoaPod. The view controller navigation works fine on
iOS 8.4 showing a back button with the title of the previous view
controller in the pushed view controller but on iOS 9.0…

The Dude
- 325
- 1
- 15
0
votes
1 answer
How can I designate an original view using AMSlideMenu without using a table row?
Right now, my initial view just opens up as whatever view controller is connected to the 0th row index for my left menu. This happens to be the home page for the app. How can I uncouple this from the table/menu? I want to create a home page that…

Shadowcoder
- 1
- 2
0
votes
1 answer
Sliding Menu hide fully using jfeinstein10/SlidingMenu library
Hi I am using jfeinstein10/SlidingMenu library to implement the slide menu into my project.
HomePage.java
import android.os.Bundle;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import…

Karthikeyan Ve
- 2,550
- 4
- 22
- 40
0
votes
1 answer
AMSlideMenu ios8 crash
Here is my storyboard link. I have implemented AMSlideMenu as it was written in Documentation. I only want the Right menu slide.
My MainVC.m - segueIdentifierForIndexPathInRightMenu
- (NSString *)segueIdentifierForIndexPathInRightMenu:(NSIndexPath…

Saheb Roy
- 5,899
- 3
- 23
- 35
0
votes
3 answers
Unable to pass url string when segue perform using AMSlideMenu?
I am building an article reading app using storyboards.
I am also
using AMSlideMenu Library for the main menu. I am facing an problem that is, i want to
pass different url values when user click on different rows in AMSlideMenu.
here is my…

Neal
- 194
- 3
- 15
0
votes
1 answer
AMSlideMenu deepness effect for the menus
im working with AMSlideMenu, and i did in the MainVC
// Enabling Deepnes on left menu
- (BOOL)deepnessForLeftMenu
{
return YES;
}
// Enabling Deepnes on right menu
- (BOOL)deepnessForRightMenu
{
return YES;
}
Normally a deepness effect…

fourthnovember
- 27
- 2
- 6
0
votes
1 answer
AMSlideMenu Notify if side menu is opened
I am using AMSlideMenu library in my project and its really awesome. Everything is working good.I would really like to know how to identify whether the left side menu is opened or closed. The case is like, there is a textfield and even if i slide…

Nassif
- 1,113
- 2
- 14
- 34
0
votes
1 answer
How to change starting VC, using amslidemenu?
When I launch the app, a VC, that associated with 0 number Cell in Table View, appears.
How can I change it to 3rd VC for example?

Artem Gorohov
- 9
- 2
0
votes
1 answer
AMSlideMenu Cell click takes time to open another view?
I’m building an article reading app.I’m using AMSliderMenu(https://github.com/SocialObjects-Software/AMSlideMenu)
library for menu list.When i click on any cell in AMSlideMenu it load into another table view which contain list of articles.
I’m…

Daljeet
- 1,573
- 2
- 20
- 40
0
votes
2 answers
AMSlideMenu crash: Receiver () has no segue with identifier 'rightMenu'
I know there is already a question about this, but the answer provided did not solve my problem.
For start, I had 3 three segues pointing to 3 different view controllers and coming from the AMSlideMenuLeftTableViewController class. The first segue…

alvarolopez
- 457
- 6
- 19
0
votes
1 answer
AMSlideMenu: How to customize the menu?
I am using AMSlideMenu and want to customize the menu a little bit. Namely, I want to move the menu items down, add a UIImage above them, add a custom button above the menu items, and create a background image for the entire thing.
I thought it…

Kyle Parent
- 460
- 3
- 13
0
votes
2 answers
AMSlideMenu Load View Controller on a button
I am trying to implement AMSlideMenu. My Application flows like this MainVC -> SlideMenuVC -> LoginVC
now in LoginVC if user login button is pressed I want to launch a new VC which should automatically have AMSlideMenu in it. How can I do it ?
VC…

droidchef
- 2,237
- 1
- 18
- 34