-
I have the following code.
UINavigationController _navigationController = [[UINavigationController alloc] initWithRootViewController: [self.storyboard instantiateViewControllerWithIdentifier:name]];
…
-
Hi John,
I am using the story board example. But this issue exists in all your examples. The segue into the map view from the menu reloads the view/view controller associated with it. In my app I need…
-
I am trying to set this up using a storyboard layout but I cannot get this to work.
I.e. from the menu controller didSelect... I try the following:
ProfileViewController *profileViewCont…
-
Hi MMTeam,
nice job with this slide out solution. I love the cool animations but really appreciate the rock solid support for animations, orientations and view containment. I also dropped a well kno…
-
Add coremotion gestures to call segues and ImagePicker
-
- (void)sidebar:(RNFrostedSidebar *)sidebar didTapItemAtIndex:(NSUInteger)index {
NSLog(@"Tapped item at index %i",index);
if (index == 1) {
MYViewController *controller = [[MYViewControl…
-
Not sure how much effort this would be, but now that transit mode is looking pretty spiffy, there's only one thing missing; sound!
Would be awesome if it was possible to play some drive sound effects…
-
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…
-
Hi
Cool project. But I was wondering if its the right way to go using segues from the TableviewContoller to push to other controllers!?
As I understand, every time a segue is called a new instance of…
-
Hi, I've set this us with masonry and it segues nicely but just seems to do nothing, triggering nothing, when i hit the bottom of the page. No errors and nothing in the console log & I seem to have fo…