Questions tagged [swrevealviewcontroller]

A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps

  • A Reveal view controller implemented using view controller containment.
  • API easier than a UINavigationController.
  • Support for any combination of left/right rear controllers.
  • Correct handling of appearance methods on its child controllers that you can rely on.
  • Correct handling of rotations.
  • Can be embedded as a child view controller of other controllers or deployed as the rootViewController.
  • Plays nicely with any child view controllers or parent controllers.
  • Can be deployed as a child of itself to create cascade-like, hierarchical interfaces.
  • Seamless integration of pan gesture recognizer, behaving as smooth as silk.
  • A category method on UIViewController, revealViewController, to get the parent SWRevealViewController of any child controller, similar to the UIViewController's property navigationController.
  • Lightweight, clean, easy-to-read, self-documenting code that you will enjoy using in your projects.
580 questions
0
votes
1 answer

UITextField resign first responder by using pan gesture recognizer for SWRevealViewController

I created a sidebar menu using the SWRevealViewController from GitHub. On my front View I have a textfield wich becomes first responder by default prompting the keyboard to pop up. Now when I use the pan gesture to open the sidebar menu I need the…
0
votes
0 answers

SWRevealViewController not showing up after pushing to another storyboard

I have a logIn storyboard tied up a SWRevealViewcontroller that has two landing points Storyboard1(sw_front) and Storyboard2 (sw_front). I can successfully go through to the Storyboard1 and Storyboard2 - my problem is i cannot access my…
macky12345
  • 99
  • 1
  • 7
0
votes
2 answers

Perform Segue from another UIViewController

I am using the SWRevealViewController library for a side menu within my main view. I am trying to perform a segue from the main view (the one with the Nav Bar I want to be passed over to the next view) instead on the rear view (the one with the menu…
Jacobo Koenig
  • 11,728
  • 9
  • 40
  • 75
0
votes
1 answer

Gesture in multiple views

I have used SWRevealViewController for slide menu feature and I added a gesture recognizer so that I can see the slide menu. I succeed in this with the following lines. detail.target = revealViewController() detail.action =…
mike vorisis
  • 2,786
  • 6
  • 40
  • 74
0
votes
1 answer

SWRevealViewController - Current Frontviewcontroller

In my project , I used SWRevealviewcontroller for slider menu.and when Project is in background and then Foreground that time i want current front view object. How to get current front viewcontroller from SWRevealviewcontroller ? -…
0
votes
1 answer

Connect SWRevealViewController with rear and 2 viewcontrollers using Swift With no storyboard

Currently I'm moving all my storyboard Viewcontrollers to be made all by code, By that I mean I'm manually creating every object and positioning it using auto-layout manually, the issue that I came up is that I need to be able to still use de…
Eddwin Paz
  • 2,842
  • 4
  • 28
  • 48
0
votes
1 answer

Hang when view controller is presented from an open navigation drawer

I have a main viewcontroller and SWRevealController drawer. When I present a view controller (a zbar scanner) from a button on the main view controller all works well if the navigation drawer is closed. If the navigation drawer is open and the view…
MacLiamor
  • 1
  • 1
  • 3
0
votes
0 answers

App getting crashed while using ViewController continuously for 4 minutes

ViewController.h #import @interface ViewController : UIViewController @property (weak, nonatomic) IBOutlet UIScrollView *mainScrollView; @property (weak, nonatomic) IBOutlet…
0
votes
1 answer

Unable to move the user to initialview controller from the second view controller

Im using SWRevealViewController to create a sliding menu. When the user presses the bar button of initial view controller, a new second view controller has to open. The user has to navigate back again to the initial view controller when the…
user6092898
0
votes
1 answer

unable to use UITabBarController with Sliding Side Menu

Im trying to combine both UITabBarController and Sliding Side Menu. For Sliding Side menu, Im using SWRevealViewController Im successful in creating the sliding menu but Im not be able to include How can I integrate the UITabBarController with…
user6092898
0
votes
1 answer

Push to navigationController doesn't work

okay, I completely changed my previous code, this is what I need to the, but the last push to navigation controller is not working if application.applicationState == UIApplicationState.Background || application.applicationState ==…
0
votes
1 answer

SWRevealViewController. How can I handle menuItem selected in front view by delegate protocol?

I use SWRevealViewController. My goal is to handle the selected menu item in front view via delegate protocol - not via prepareforsegue method. For example, I'd like to use protocol in rear view class, assign the front view as delegate and when any…
Bogdan Laukhin
  • 1,454
  • 2
  • 17
  • 26
0
votes
1 answer

Pass object from tableview to destination with revealviewcontroller in between

I am trying to pass an object from my tableview to the detail view. I am using the revealviewcontroller framework to have a slide out menu. Therefore I need to create a segue from the tableview to the revealviewcontroller and from here another one…
Burkart
  • 103
  • 10
0
votes
1 answer

Move to navigation controller from swrevealcontroller?

I have used SWRevealController in my app.On click of item in UITableView I want to go to a navigation controller so that I can switch between multiple view controllers.But as of now I am not able to redirect to navigation controller.I have used…
TechChain
  • 8,404
  • 29
  • 103
  • 228
0
votes
1 answer

SWRevealviewcontroller nested ViewControllers

I have a problem: I'm using SWRevealviewcontroller as a menu in my app. It's mobile shop application, there are home screen, account screen, cart and others in this menu. Account screen is a controller with TableView, it also has several options,…
Szymon Mrozek
  • 117
  • 1
  • 6