Top "Swrevealviewcontroller" questions

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

SWRevealViewController close rear view when tapping front view

I am using SWRevealViewController in order to implement a side nav menu in my app. I would like to make …

ios objective-c swrevealviewcontroller
How to close the SideBar menu manually when using SWRevealViewController ( ios)

I am trying to implement a SideBar / slide out menu using the SWRevealViewController. I have a bunch of menus. One …

ios xcode uialertview sidebar swrevealviewcontroller
Return to initial view controller when user logs out

I'm working on an app which uses Facebook integration, and the log in system works fine now. However, I can't …

ios uiviewcontroller facebook-login logout swrevealviewcontroller
Swift : Redundant conformance of Viewcontroller to protocol UIGestureRecognizerDelegate

I want to add two frameworks SWRevealViewController and SLKTextViewController but I get this weird error. I read about this error …

ios iphone swift swrevealviewcontroller
SWRevealViewController - RightViewController

I'm using SWRevealViewController for implementing two side navigation views in my application. I followed the story board method and successfully …

ios objective-c iphone swift swrevealviewcontroller
SWRevealViewController: Remove interaction on frontview when rearview is revealed

I need to disable user interaction on front view when rear view is revealed. Found some others asking the same …

ios uiviewcontroller user-interaction swrevealviewcontroller
pushViewController not working

I am new to ios with swift and swrevealviewcontroller. i faceing a problem! in my slide menu (scene TableViewController Two …

ios swift swrevealviewcontroller
Override Back Button In Navigation Controller

I have storyboard with these flow. I am using SWRevealViewController to navigate to each navigation controller. - Navigation Controller 1 --&…

ios swift uinavigationcontroller swrevealviewcontroller
SWRevealViewController from the right side on swift

I am using SWRevealViewController library to make a slide out menu in swift, but I am struggling to put this …

ios objective-c swift swrevealviewcontroller
Manual segue with SWRevealViewController in Swift

There is a great blog post over at http://www.appcoda.com/tag/swrevealviewcontroller/ that goes in to setting up …

ios swift swrevealviewcontroller