Instantiate and Present a viewController in Swift

前端 未结 16 1714
难免孤独
难免孤独 2020-11-22 13:04

Issue

I started taking a look of the new Swift on Xcode 6, and I tried some demo projects and tutorials. Now I am stuck at:

16条回答
  •  孤城傲影
    2020-11-22 13:21

    I created a library that will handle this much more easier with better syntax:

    https://github.com/Jasperav/Storyboardable

    Just change Storyboard.swift and let the ViewControllers conform to Storyboardable.

提交回复
热议问题