www.raywenderlich.com/6004856-building-an-app-with-only-code-using-auto-layout Building an App with only code using Auto Layout Learn how to make your iOS app’s UI in code using Auto Layout without using Storyboards or XIBs, and how it can make working in a team easier. www.raywenderlich.com 1. Main.storyboard 다 삭제하기 2. 코드로 앱의 entry point 새로 생성해주기 3. Auto Layout을 통해 UI 생성 및 LayoutCon..