UIStoryboard

public extension UIStoryboard
  • Undocumented

    Declaration

    Swift

    static func viewController(from storyboard: UIStoryboard, with identifier: String, in bundle: Bundle? = nil) -> UIViewController
  • <#Description#>

    Declaration

    Swift

    static func createViewController(with viewContorllerId: String, storyboardName: String, bundle: Bundle? = nil) -> UIViewController

    Parameters

    viewContorllerId

    <#viewContorllerId description#>

    storyboardName

    <#storyboardName description#>

    bundle

    <#bundle description#>