- Where Developers Learn, Share, & Build Careers


Whenever I try and dismiss the semi-modal view, I am left with a crash app . I think I have dismissed the set-up modal scene properly but it does not work.

  MJDetailViewController * detailViewController =: Here it looks like in the demo application using XIB files [[MJDetailViewController alloc] initWithNibName: @ "MJDetailViewController" bundle: zero]; [Auto current popup view controller: type the viewer animation in detail: MJPopupViewAnimationSlideBottomBottom];   

Here's what I am trying to replace with:

  [self presentPopupViewController: [self.storyboard instantiateViewCOntrollerWithIdentifier: @ "example"] animationType : MJPopupViewAnimationSlideBottomBottom];   

[self.storyboard instantiateViewControllerWithIdentifier: NSString] does not appear to take place instWithNib (or whatever that function) fix To

Any ideas why?

I have done something similar.

I just want to delete all the init methods in MJDetailViewController and it is also called Identity Inspector. [Example in the "Storyboard ID" attribute of the self presentPopupViewController. Said: [self.storyboard instantiateViewCOntrollerWithIdentifier: @ "example"] animationType: MJPopupViewAnimationSlideBottomBottom];

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -