Questions tagged [iiviewdeckcontroller]
16 questions
3
votes
1 answer
ViewDeck removes navigation bar when setting center controller
I am currently using ViewDeck with Storyboards, and have the following setup in the application didFinishLaunchingWithOptions:
//View Deck Setup
UIStoryboard* mainStoryboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:…

daspianist
- 5,336
- 8
- 50
- 94
2
votes
1 answer
Issues Starting in Landscape with IIViewDeckController as RootController on iPad
If I set a view deck controller as the AppDelegate window's root controller, when the app starts in landscape orientation on an iPad, the center view is displayed in it's Portrait orientation size and not resized to Landscape.
-…

Torey Lomenda
- 21
- 2
2
votes
3 answers
How do I fix empty 44px space in iOS7 view with ViewDeckController?
I am in the process of transitioning an app to iOS7. All of the views throughout the app have a 44px empty space at the bottom that appears to be for a bottom toolbar or something, but I am not trying to display a bottom toolbar. This space also…

mtg169
- 525
- 5
- 8
1
vote
2 answers
How to go to particular viewcontroller from leftviewcontroller in IIViewDeck in storyboard?
I am having difficulty using IIViewDeck in my app. I am using storyboard. I have managed to bring leftviewcontroller which is a tableviewcontroller with cells that are supposed to segue to particular viewcontroller in the storyboard. How do I do…

Hem Acharya
- 258
- 3
- 15
1
vote
1 answer
IIViewDeckController not working, showing black screen
I have been trying to use the IIViewDeckController available here but I am having some trouble in this.
I have created a view controller in my storyboard and assigned the class IIViewDeckController and created a segue. In my root view controller I…

Jarmez De La Rocha
- 618
- 2
- 9
- 19
0
votes
2 answers
Action buttons on Remote Notification iOS 10 (objective C) is not coming IIViewDeckController
After lot of googling and following apple's doc , still I am not able to get action button in remote(push) notification but I am getting it in local notification by following the same code for local notification.
-…

AG.29
- 230
- 1
- 20
0
votes
1 answer
How can I disable the IIViewDeck functionality momentarily?
What it is: https://github.com/ViewDeck/ViewDeck
At certain times in my app I need to disable the menu slide-out functionality. I can't disable user interaction because then the main screen is unusable. How can I keep the menu from opening until I'm…

Jacksonkr
- 31,583
- 39
- 180
- 284
0
votes
3 answers
IIViewDeckController is not working when push by navigation controller
Please help me in my project. I am using IIViewDeckController but its not working when pushed by view controller
Heres the hierarchy:
ViewController (Push)----> IIViewDeckController (with Left and centerview).
Here is my code when initialising the…

user3205472
- 175
- 1
- 1
- 7
0
votes
2 answers
Remove shadow on IIViewDeckController 2.2.11
How to remove the shadow of the centerViewController on IIViewDeckController 2.2.11 ? I know I have to use a delegate that implements the viewDeckController:applyShadow:withBounds: selector. But I don't know how to do that.
If someone can help me.…

Max
- 774
- 7
- 20
0
votes
2 answers
Make a tab bar button open the right side menu
Say i have a tab bar with 5 ViewControllers, And a left and right menus.
My deck ViewController holds the tab bar as a center ViewController:
self.tabBarController.viewControllers = @[UINAVIGATIONCONTROLLER(feedController),
…

MCMatan
- 8,623
- 6
- 46
- 85
0
votes
1 answer
iiview deck controller changing frame without changing interface orientation on presenting modal view
I am using IIViewDeckController and facing a very weird problem as follows?:
My ViewController(which is an IIViewDeckController) is in landscape mode and then I present a new view controller modally on top of it. Now the modal view controller does…

Udit Agarwal
- 868
- 9
- 22
0
votes
2 answers
IIViewDeckController and presentViewController
I got iOS app, where i use IIViewDeckController for side controllers.
But when i try use presentViewController it lead to some strange effect: grey semi-transparent view over all screen.
For example choosing image for avatar.
In the beginning we got…

Eugene Trapeznikov
- 3,220
- 6
- 47
- 74
0
votes
1 answer
viewWillAppear on a childViewController from the center viewController of a IIViewDeckController not called
Ok here's the problem if you had some trouble understanding the title.
I'm using this library here and it is represented by the IIViewDeckController.
I init it with simple left and center UIViewControllers :
FTPhoneHomeViewController *home =…

Yannick
- 1,076
- 1
- 11
- 23
0
votes
1 answer
IIViewDeck & Double Height Status Bar
Hey I recently noticed a bug in the IIViewDeck for iOS (https://github.com/Inferis/ViewDeck)
If you launch an app with the View Deck or the example app while the In-Call Status Bar is showing, the center view doesn't resize once the status bar…

TMacGyver
- 1,281
- 3
- 12
- 27
0
votes
1 answer
IIViewDeckController with left always showing on iPad
I am using IIViewDeckController and I would like to always have the left side controller open and resize the center view so that the layout looks similar to UISplitViewController.
According to the docs:
It is possible to have the viewController…

Nic Hubbard
- 41,587
- 63
- 251
- 412