LoginSignup
10
10

More than 5 years have passed since last update.

【Swift】storyboardを利用しない必要最低限のテンプレート

Last updated at Posted at 2016-10-11

概要

  • storyboardを利用しない必要最低限のテンプレート(Swift)

目的

仕事でStoryboardを利用しないPJにJOINすることになったので、学んだことをまとめておきます。
Auto Layout設定(制約)は、PureLayoutという強力なライブラリを利用します。
PureLayoutのサンプルは次回以降Upします。

変更箇所

まずはXcodeでNew Project作成後に以下を実施
* Main.StoryBoard削除
* main.swift追加
* appDelegate.swift修正
* info.plist, assets, appDelegateを /Application配下に
* Build Setting(Use Legacy Swift Language Version: Yes)

github

PureLayout

10
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10