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

iOS: ViewDeck library and deleting row from UITableView

I'm using the ViewDeck library and order to have a sliding functionality in my app, and I run into the problem that if I have a UITableView in my left view controller and want to delete a row, I can't do it; it simply doesn't enter in the…
noloman
  • 11,411
  • 20
  • 82
  • 129
0
votes
1 answer

IIViewDeckController crashing when switching viewcontroller

I have got a IIViewDeckController set up to replicate the facebook app funcionaly ViewController *vc = [self.storyboard instantiateViewControllerWithIdentifier:@"ViewController"]; EditSettingsViewController *evc = [self.storyboard…
jonypz
  • 1,515
  • 1
  • 20
  • 35
1
2