Skip to content

Instantly share code, notes, and snippets.

@ShoMasegi
Last active September 11, 2018 07:44
Show Gist options
  • Save ShoMasegi/7a975ee01326936df9d034545b590342 to your computer and use it in GitHub Desktop.
Save ShoMasegi/7a975ee01326936df9d034545b590342 to your computer and use it in GitHub Desktop.
hatena_WithoutStoryboard_viewcontroller_init
class SplashViewController: UIViewController {
init() {
super.init(nibName: nil, bundle: nil)
}
required init?(coder _: NSCoder) { fatalError() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment