I'm just going to put random helpful links here that explain how to perform certain tasks in the xcode storyboard that might be helpful.
- Spreading out Items (like UIButtons) evenly. Helps to put them all in a separate UIView as well so you can move them all together.
- Simple Getting Started Tutorial with font sizing. Helps understand constraints that only work in certain devices as well as a nice font sizing section.
-How to unwind a segue with the push of a button. Frustrating if you don't know it. Explains how to setup and properly close a segue from any parent view controller. There is a programmatic version here.
- Spreading out Items (like UIButtons) evenly. Helps to put them all in a separate UIView as well so you can move them all together.
- Simple Getting Started Tutorial with font sizing. Helps understand constraints that only work in certain devices as well as a nice font sizing section.
-How to unwind a segue with the push of a button. Frustrating if you don't know it. Explains how to setup and properly close a segue from any parent view controller. There is a programmatic version here.
No comments:
Post a Comment