Questions tagged [akswiftslidemenu]

AKSwiftSlideMenu is Menu (Drawer) in Swift Language.

AKSwiftSlideMenu is Menu (Drawer) in Swift Language

GitHub URL: https://github.com/ashishkakkad8/AKSwiftSlideMenu/

Just copy and paste the base files in your project to add support of it.

7 questions
5
votes
2 answers

programmatically tap UIButton swift

Direct Question: How do you programmatically tap a UIButton in Swift 2.0? Example: UIButton.tap() Explanation as to why i cannot call button click function directly: I am currently using AKSwiftSlideMenu…
Dustin Spengler
  • 5,478
  • 4
  • 28
  • 36
1
vote
1 answer

How to pass data from AKSwiftSlideMenu menu to a UIViewController in Swift?

Hey guys I am using AKSwiftSlideMenu for slide menu functionality in project and I wonder if is there a way so that I can change the destination ViewController title when I segue to it from the Menu? I tried this code but is not passing the data to…
Marco Almeida
  • 1,285
  • 3
  • 17
  • 39
0
votes
1 answer

Blank Menu Button with Swift Slide Menu

I have a weird issue when creating the Slide out menu in swift, I'm building the menu using AKSwiftSlideMenu as a reference, This only happens on the ViewControllers that have a UITableViewDataSource, UITableViewDelegate. If I go to the other view…
Drfrink
  • 404
  • 1
  • 9
  • 25
0
votes
2 answers

Opening a View Controller that is connected to a navigation Controller programatically

I am using AKSwiftSlideMenu as basis for an app. I have a view controller (HomeVC) that is connected to a navigation controller. If the storyboard entry point is pointing to HomeVC then I get the menu of course, but my app needs to start without the…
Johny D Good
  • 427
  • 1
  • 8
  • 26
0
votes
1 answer

UINavigationController acting funny after pushViewController UPDATE 2

I'm having a weird problem, I have a slide menu in my app, for some unknown reason every time that I go from one view to another using the .pushViewController instruction the navigation controller acts funny and it resets my UIBarButtonItems. (They…
0
votes
1 answer

AKSwiftSlideMenu activity indicator

I am using the AKSwiftSlideMenu project from the web and trying to put an activity indicator so it will display the indicator when the user pressed the menu bars on the top right. I tried everything. is there a way once the user pressed the…
Bill Mayes
  • 15
  • 3
0
votes
1 answer

AKSwiftSlideMenu adding more view controllers

I found the AKSwiftSlideMenu code to create a slide menu. The example works great. I figured out how to add more item in the side menu, but when I click on the new items it will take me to my new viewcontroller but I don't have the '3 LINED MENU…
user6804473
  • 165
  • 2
  • 2
  • 6