Darstellung von ViewController mit NavigationViewController swift

Habe ich das system "NavigationViewController -> MyViewController", und ich programmatisch präsentieren wollen MyViewController innerhalb eines Dritte-view-controller. Das problem ist, dass ich nicht die Navigationsleiste in MyViewController nach der Präsentation. Können Sie mir helfen?

var VC1 = self.storyboard.instantiateViewControllerWithIdentifier("MyViewController") as ViewController
self.presentViewController(VC1, animated:true, completion: nil)

InformationsquelleAutor der Frage Yury Alexandrov | 2014-08-22

Schreibe einen Kommentar