In this chapter, we formatted our cells to match our design and added Auto Layout constraints. Auto Layout can be complicated; however, as with anything, the more you practice, the easier it gets. You can write Auto Layout with code, but it is not what I prefer in a storyboard. If you would like to do it in code, there are plenty of tutorials that can help you with this.
We are now finished with the storyboard and design setup, so we can focus on the code side since our UI is pretty much set up. You should have a good idea of how our app should work. If you are struggling, there is nothing wrong with that. This stuff takes time to click, and. as I have said before, if you are struggling with anything that we have done, please go back. If you keep going when you are not comfortable, learning will get harder and harder. We will be covering a lot of new topics, so adding...