Questions tagged [amslidemenu]

29 questions
20
votes
11 answers

Presenting view controllers on detached view controllers is discourage

I'm using xcode 5.1.1 with storyboard. I have a button on main menu and it pops to another view controller with this code VC *secondVC = [[VC alloc] init]; [self presentViewController:secondVC animated:YES completion: nil]; And there I have back…
Alex Egorkin
  • 201
  • 1
  • 2
  • 4
5
votes
3 answers

How to add right side Slide Menu iOS

I want to make a Slide Menu (both right & left side) in Storyboard. Here the left Side Menu panel is a viewController and an UITableView with customCell embedded in it to perform the menu style. I have followed a youtube "tutorial" and the left side…
Tulon
  • 4,011
  • 6
  • 36
  • 56
4
votes
1 answer

Xcode AMSlideMenu Opening Left menu only with a button, disabling swipe

This might sound like a weird request but I've been using the AMSlideMenu (which is fantastic) https://github.com/SocialObjects-Software/AMSlideMenu But on one of my specific projects I need to be able to open the left side menu only using a button.…
PhilBlais
  • 1,076
  • 4
  • 13
  • 36
3
votes
6 answers

iOS AMSlideMenu Receiver () has no segue with identifier 'rightMenu''

I wanted to use the library AMSlideMenu to have a navigation drawer. I saw the YT Tutorial to make my own navigation drawer with it. The problem, it's, I wanted to use ONLY the left menu, and so i've this error, because it doesn't found the…
deveLost
  • 1,151
  • 2
  • 20
  • 47
2
votes
1 answer

Problems with AMSlideMenu without storyboard Reciever has no segue with identifier 'rightMenu'

This might have been posted before and believe me we tried searching and tried the solutions but it didn't help solving our problem (I will list what we found here on StackOverflow). We do have a sample project in Xcode 9 and using Objective C.…
Travellogger
  • 79
  • 1
  • 6
2
votes
2 answers

How to create Side Menu on right side in Swift 3.0?

I am a beginner and I wanted to create a side menu on the right side. So far I have a UIButton on right top side of viewController, what I want is when I click that button I want to show/hide slide menu with say 3 items… when I click each item it…
anuj
  • 261
  • 5
  • 15
2
votes
1 answer

iOS Sliding Drawer

I am using AMSlideMenu in my project for sliding view. Where in storyboard, AMSlideMenuRightTableViewController is use to draw some static cell. But I want to add some customized view here, like user profile image, user email, setting icon etc like…
2
votes
2 answers

Slide-Out Navigation Panel in ios from scratch

I want to build a Slide out Navigation panel for both side (left & right) with segue. Some of the things i have to follow in this case. The left & right side menu table must be in UIViewController (not in UITableViewController) & all of the…
Tulon
  • 4,011
  • 6
  • 36
  • 56
1
vote
1 answer

AMSlideMenu overlaps status bar?

When displaying the left menu, the scrollview goes under the status bar. I already tried to setContentInset to the tableview. It adds a top margin, but when I scroll it, it overlaps the status bar again. Any solution for this?
Oscar J. Irun
  • 455
  • 5
  • 17
1
vote
2 answers

Enable scrolling in UITableViewController

I want to get my UITableViewController to scroll only when there is not enough room on the screen for all of its cells. I am using static cells that are designed to be shown in an iPhone 5, 6, and 6 plus size screen. However, when shown in the 4s…
Kyle Parent
  • 460
  • 3
  • 13
1
vote
0 answers

How to call silde-out Menu from other class in IOS?

I am building an application where I am using AMSlideMenu Library for sliding-out menu. Now I have implement an tab bar and I have added an button programmatically on top. Now I need on that button IBaction that left slider open. Below is slid-out…
1
vote
3 answers

Xcode AMSlideMenu disable menu in some screens

https://github.com/SocialObjects-Software/AMSlideMenu in some screens need to disable slide menu and implement UInavigationbar button for other action it's possible? thanks
user1373316
  • 99
  • 1
  • 9
1
vote
0 answers

Change AMSlider menu option on button click

I am trying to implement AMSlide menu in iOS8 withoutStoryboard. I have used left-menu in two different tables. leftmenuTVC AfterloginleftMenuTVC So Slider-->>loginVC If login button is pressed I would like to open new Slider…
Nidhi
  • 11
  • 1
1
vote
0 answers

set variable in AMSlide Menu according to the row selected. iOS

I am developing a content display app in which there is a table view and a detail view. there is a Left menu to browse through different categories in which the content is changing but the display method is same. I am using AMSlide Menu library for…
Neal
  • 194
  • 3
  • 15
0
votes
2 answers

Slide our menu - Make submenu the same level as parent

I'm creating slide-out multilevel menu and I don't know how to make submenu slider the same level as the parent menu. When parent item located on second, third and other levels and I'm opening submenu - submenu appears on the same level as parent…
Julie R
  • 35
  • 7
1
2