【Swift】storyboardを利用しない必要最低限のテンプレート
概要
- 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
- https://github.com/menomoto/Sample_PureLayout
- xcode8, swift2.3
PureLayout
Author And Source
この問題について(【Swift】storyboardを利用しない必要最低限のテンプレート), 我々は、より多くの情報をここで見つけました https://qiita.com/menomoto/items/3140ec04b509e4726615著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .