-
Hey Guys. I am using Left and Right drawer. Right drawer has the ability to change PaneViewControllers and Left drawer is used just for some settings and search. I would like to have [self.dynamicsDra…
-
To replicate this, swipe and very quickly tap on the same cell or another cell.
This will result in a crash because selection and swiping leads to different segue. Does anyone have any idea how to fi…
-
I am using MMDrawer Controller for my app. I am able to show Facebook login and representing the MMDrawerController.
I placed the logout button in left view controller like Facebook does.
But when i …
-
I setup a scenario that after a user logs into my app, I then set the top view controller to my split view controller. When a user clicks Logout in the under left menu, I need to, essentially, pop the…
-
I have a UINavigationController as my topViewController. If I push a UIPageViewController to the navigation stack, then hide the navigation bar (user tap gesture) by doing:
```
[self.navigationContro…
-
I have utlized a swipeView set as a subview in a viewcontroller, another subview on the viewcontroller is a backgroundImageView. I change the image of the backgroundImageView during the:
- (void…
-
First, great stuff.
I'm having trouble with multiple menu items with the same segue. When it is the same item it seems to instantiate a new one instead of transitioning if the ViewController is alrea…
-
I'm having a problem with a "jumping" navbar that I can't figure out. A sample project that illustrates this can be found here: https://www.dropbox.com/s/r08imckycqp1m2g/TestFlip.zip
If you start it …
-
I basically tried implementing the code that you so graciously posted for the iPad instead, and I keep getting this error when I run it:
2013-05-27 17:55:22.509 CustomContainers[20795:c07] **\* Termi…
-
Hi,
I've been using your viewController class for few months and it's great!
Just when using UIImagePickerViewController app sometimes crashes. I was debugging this issue by my self and this is what…