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
-1
votes
1 answer

SWrevealviewcontroller : Switch slideout menu direction from left to right pragmatically

I working on app which have two language (English and Arabic) , I have implement slide out menu using "SWrevealviewcontroller" lib for left side, I want to switch slide out menu to right side form left side on language change (Arabic) and switch…
-1
votes
1 answer

Xcode Sidemenu with SWRevealViewController

I have been trying to implement a slide menu from left using SWRevealViewController. I have been following an article here which says that the Reveal view controller should be root/initial view controller. However in my case I want a slide out menu…
-1
votes
1 answer

SWRevealController in Swift Crashing with Optional,

I am Using SWRevealViewController in my swift project. Its crashing because of Optional value. I am Unable to solve this Issue. Can anybody help me. Thank you. I am adding my source code with FB file from my group. Please Check this. Project Here…
damu
  • 3
  • 6
-1
votes
1 answer

How to add back button, which will be pop to front view, to all menu items in SWRevealViewController

i'm new in ios development. I use SWRevealViewController to add back side menu in my app. I want to add back button to each view in Menu. When I tap on the back button, I want to always go to initial(MainTabbedView) view. Ui flow…
-2
votes
1 answer

How can I remove the extra bottom tab bar created in my tabs page

I want to create a side bar menu using SWReveal framework and I try to add it in one of the bottom tabs pages but when I switch to that tab I have an extra space of bottom tab and I can't remove it can anyone help? I mean this black tab above of…
Dana Amiri
  • 99
  • 2
  • 8
-2
votes
6 answers

use same UIAlertController in different ViewControllers

I have used side navigation menu(SWReveal). I have 4 ViewControllers. How can use same alertAction in different views.
-2
votes
1 answer

SWRevealViewController NOT working

I simply implemented this tutorial until minute 8:35 , and it did not work. import Foundation class ViewController: UIViewController { @IBOutlet weak var Open: UIBarButtonItem! override func viewDidLoad() { super.viewDidLoad() …
krikor Herlopian
  • 731
  • 1
  • 10
  • 23
-2
votes
1 answer

Swift SWRevealViewController .backgroundColor does not work

In my AppDelegate.swift-class I added the following: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { self.navController.pushViewController(rootViewController, animated:…
manu
  • 556
  • 2
  • 9
  • 29
-3
votes
1 answer

How to change the hamburger menu from left to right in the multilingual ios application?

Currently i am developing an iOS application which needs to be shown in the Arabic as well as the english languages. For this i am currently using the SWRevealviewcontroller. But i have a requirement that if the user chooses the Arabic language form…
Michelle Root
  • 185
  • 1
  • 3
  • 9
-3
votes
1 answer

SWRevealViewController slide out does not work after performing an action

My initial slide-out works perfect but when i move to another view controller and perform an action my slide-out doesn't work. thanx in advance.when
1 2 3
38
39