Questions tagged [jasidepanels]

JASidePanels is a UIViewController container designed for presenting a center panel with revealable lateral panels.

JASidePanels is a UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right. The main inspiration for this project is the menuing system in Path 2.0 and Facebook's iOS apps.

https://github.com/gotosleep/JASidePanels

24 questions
0
votes
1 answer

iOS 7, status bar and navigation bar: hiding or sliding with side panels as Reeder does

I suppose this is an old one. I have a sliding panel (JASidePanel) with a menu and I want to hide or slide the status bar while showing the menu. So, I have two options: Hide the status bar and keep the height of my navigation bar. Or slide the…
emenegro
  • 6,901
  • 10
  • 45
  • 68
0
votes
1 answer

Accessing a view created in storyboard's tableview from AppDelegate?

I have a project using JASidePanels with a left menu containing a UITableView to change the center panel's contents. As I want the ability to be able to deep link to my controllers via a custom URL scheme, I have moved the view switching…
0
votes
0 answers

JASidePanel, how to navigate from a JASidePanel controlled VC to another normal VC without JA?

I Make an app, which uses JASidePanel, but i need it only in the Menu for the Left Slider (Options menu slide to the left) But when i want to go from my Centerpanel to another view controller who doesn't uses JASidePanels, it show... but instantly a…
0
votes
1 answer

uitableview not reload again in half view like facebook Half view

I have made an application, in which I have used uitableview in Half view like facebook, when I go to half view using swipe, then uitableview does not reload, but it reloads when I run it first time,So if anyone knows about it, please tell…
0
votes
1 answer

App crashed on ios 6

we build an app and used JASidePanelController in it. It is working fine on iOS 7 but in iOS6, at loading time, app crashes. There is no specific reason displayed in log and control goes to "main.m" Can any one please help me as i can not understand…
Fring
  • 1
  • 3
0
votes
1 answer

iOS: Maintain Interactivity in centerPanel with JASidePanels when Menu Is Open

I am using JASidePanels in a universal iOS app. I make the sidebar menu visible whenever the user is in landscape mode on an iPad, but it seems that when the menu is open, the centerPanel's UI components become disabled. Tapping anywhere simply…
Clifton Labrum
  • 13,053
  • 9
  • 65
  • 128
0
votes
1 answer

Enable JASidePanels in only one viewController

I have already implemented JASidePanelController with storyboards way in a project and it works fine. I have a Storyboard like this: [NavigationController] -> [MySidePanelControllerViewController] [LoginVC] -> [HomeVC] -> [ListVC] ->…
Tenaciousd93
  • 3,438
  • 4
  • 33
  • 56
0
votes
1 answer

Get centerPanel controller JASidePanelController

currently I have 2 controller(A, B, C) I'm using JASidePanelController. A is my menu controller which will display in JASidePanelController. How do I track what controller is shown in the centerPanel?? The reason is because in my menulist, I want to…
Nich
  • 1,112
  • 1
  • 14
  • 29
0
votes
1 answer

JASidePanels working with UITabBarController

I am using JaSidePanels for an application. I want to open a Sidepanel in one of the tabs of UITabBarController and then hide the tabBar like facebook does, but only in one of the three tabs. After I make login in my app. A TabBarController appears…
croigsalvador
  • 1,993
  • 2
  • 24
  • 47
1
2