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

SWRevealViewController causes infinite loop initializing

I've been using SWRevealViewController library for a long time without problems, I really like it! This time I've had to add it to a project so this is what I've done: I've taken the "RevealControllerExample" sample. I've copied directly…
Wonton
  • 1,033
  • 16
  • 33
0
votes
4 answers

How can i push pop in swreveal view controller in ios?

I have an app like Facebook. I want to push and pop in swreveal view controller. How can achieve this? Check following image. Any help will be appreciated.
Maulik shah
  • 1,664
  • 1
  • 19
  • 45
0
votes
1 answer

SWReveal ordinary push with back

I have storyboard structure with SWRevealViewController. Everything works fine, setting view controllers etc. Now, I have one image on menu that leads to profile and is not in structure of SWReveal. Anybody knows any way of pushing it to root…
Stefan
  • 1,283
  • 15
  • 33
0
votes
1 answer

SWRevealViewController Rear view width is not showing completely

I have a front view and rear view using SWRevealViewController. I am new on this(SWRevealViewController). When I tap the navigation menu button in front view, then I want completely full rear view but it is not coming. I have tried but my rear view…
Kishor Pahalwani
  • 1,010
  • 1
  • 23
  • 53
0
votes
1 answer

How to resign SWRevealViewController?

I am using SWRevealViewController to implement sidebar in my IOS app.I have followed appcoda tutorial to implement it, I need to resign the sidebar to orignal position in a tableview row click can anyone help with the…
jerfin
  • 803
  • 1
  • 13
  • 28
0
votes
1 answer

Refresh the ViewController as is before

I am using Swift 2 and I am stuck in one thing. I have a TableViewController and I put a UIView in a cell to give a Swipeable effect and also assign custom cell class. I have a SWRevealViewController. First I swipe the cell , Second I open the…
Saad Ullah
  • 103
  • 2
  • 13
0
votes
0 answers

How to pop Navigation in swrevealviewcontroller in ios?

I have application like facebook and I want to know how to Pop Frontview controller SWRevealViewController? Following code is use to push frontviewcontroller from rearview controller.suppose front view controller have back button now i want to pop…
Maulik shah
  • 1,664
  • 1
  • 19
  • 45
0
votes
0 answers

Swift : How to perform back action when using SWRevealViewController

I'm using SWRevealViewController for SideMenu bar option on HomeVC of my app. When user taps on any button present in HomeVC it navigates to another screen (PushViewController). In this new view controller I've shown custom back button. Now, when…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
0
votes
1 answer

SWRevealController swipe gesture

My problem is that swipe gesture is available on each UIViewController of front's UINavigationController stack, while I would like it to be available only on first one, how should I fix it?
JuicyFruit
  • 2,638
  • 2
  • 18
  • 35
0
votes
0 answers

SWRevealViewController doesn't show the rear view when the bar button is clicked

After making a sample project watching a tutorial video, I implemented the class onto my actual project but I still have difficulty opening the slide menu with a UIBarButtonItem. imzm is the front view controller; while mypage(sidemenu) is the…
Yeongchan Jeon
  • 499
  • 3
  • 18
0
votes
0 answers

Parallax effect in iOS sidebar menus

Up until now, I was using the SWRevealViewController library, available at GitHub. This worked well for me, as you can see here: How can I achieve parallax effect in this sidebar menu? Furthermore, I also tried some other ways more specific to my…
Asim Khan
  • 508
  • 1
  • 7
  • 21
0
votes
1 answer

How to use SWRevealViewController to open a side menu from a UITabBarItem in Swift

I am working on a project that I want to incorporate SWRevealViewController with. I was able to get my slide in menu showing with it showing when clicking on the menu button with code below: if self.revealViewController() != nil { …
0
votes
1 answer

SWRevealViewController rear view size

I have been using SWRevealViewController and so far its great. I have a slide out panel on the right side and when open the rear view contents is sized to fill the full screen cutting some of the left hand side of the rear view off. Is there a way…
Gavin Beard
  • 199
  • 2
  • 12
0
votes
0 answers

SWRevealViewController reload another uiview

I'm using SWRevealViewController as a settings menu for my app Is there a way for me to control a UIView in another viewcontroller? I'm changing the view by the data in my database, I can successfully save and update the data, also can change if I…
0
votes
1 answer

How to disable the interaction of front view but if we tap on fron view then rear view should close in swrevealview controller

I am using swreveal view controller I want after click on menu then we should unable to interact with front view if we tap on front view then rear should close. I am using the below code for disable the interaction but if we disable the interaction…
Ankur
  • 1
  • 4