Hi All,
If you want to present UIViewController in swift from storyboard . For example :-
FirstViewController.swift is a viewcontroller in your Storyboard with storyboard Identifier FirstViewController then to present this viewcontroller use this code.
- let captureViewCon:UIViewController = (self.storyboard?.instantiateViewControllerWithIdentifier("FirstViewController"))!
No comments:
Post a Comment