Questions tagged [viewdeck]

ViewDeck is a a library that works as support for iOS apps, providing new features and enchanted view controllers.

Reference here:

https://github.com/Inferis/ViewDeck

17 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
3
votes
2 answers

Adjust UICollectionView's Width

I'm using ViewDeck to make a slide menu, and would like to shorten the width of my CollectionView, which functions as a menu. I can't seem to find any delegate methods to do so though. I'm using Storyboards, and this is my issue: Perhaps some sort…
Josh
  • 12,448
  • 10
  • 74
  • 118
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
1 answer

iOS8--After changing Orientation Keyboard Disappeared

I'm running iOS8, iPhone-6 simulator, Xcode-6.0.1, ViewDeck version-2.2.11. I have a textField on "RightViewController", It works great in portrait mode, but as I change the orientation to Landscape and go back to portrait mode after clicking in…
1
vote
0 answers

Programmatically added UIViews disappear after switching into view again with ViewDeck

Some brief background: I am using ViewDeck, which allows the app to switch between views using a slider menu similar to the one used in Facebook or Foursquare apps. In my app there is a primary view which users spend the most time on called…
daspianist
  • 5,336
  • 8
  • 50
  • 94
1
vote
1 answer

iOS ViewDeck remove overall titlebar

I'm currently working on a project which involves ViewDeck by Inferis. I'm looking to create the Facebook style menu interface. However i can't seem to manage to keep the titlebar local instead of globally for the deckController. So basically, i'm…
Benjamin de Bos
  • 4,334
  • 4
  • 20
  • 30
1
vote
3 answers

Sliding menus: how to deal with actually changing view controllers

It seems 50% of all iPhone apps are using Facebook-like sliding menus these days. I've also created a few apps with this UI, using the ViewDeck library (https://github.com/Inferis/ViewDeck). The left view is a UITableView, clicking on an item…
Kevin Renskers
  • 5,156
  • 4
  • 47
  • 95
1
vote
2 answers

How to push view with navigationbar with ViewDeck

Got a small problem with Viewdeck. I want to push my navigationview with a navigationbar. I'm now doing (code below) but it's pushing without a navigationbar. [self.viewDeckController closeLeftViewBouncing:^(IIViewDeckController *controller) …
Frenck
  • 6,514
  • 5
  • 22
  • 25
0
votes
1 answer

non-typical left menu in iOS (screens attached)

I need to implement non-typical left menu. For instance, main screen looks like this: When we press left menu button (at the top-left part of the screen) we should see this: I tried a lot of solutions (ZUUIRevealController, ViewDeck,…
Paul T.
  • 4,938
  • 7
  • 45
  • 93
0
votes
1 answer

Using viewdeck, while closing leftView chenterView appears but but not reloaded

I'm using ViewDeck library to use side panel functionality and it works fine. My application needs the centerViewController to be reloaded while I click some button from LeftViewController. and it should be reloaded after appearing the…
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…
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

ViewDeck issue with instances of viewcontrollers

So on my center viewcontroller of my app I have a mapview. I click a button and it toggled my left viewcontroller and displays my left view controller. While I have my left viewcontroller open, I click a button and it closes the left…
Hunter Harris
  • 159
  • 1
  • 1
  • 7
0
votes
1 answer

ViewDeck sizing of left UIViewController

I am using ViewDeck to power the sliding UI in my iPad app but i'm hitting a few problems. I want to size the leftViewController to a specific size regardless of the rotation. The code I have to setup ViewDeck is as follows oh and i'm using…
JMWhittaker
  • 3,633
  • 3
  • 23
  • 30
1
2