Thank you for writing such an incredible resource for aspiring iOS dev’s. I’m absolutely loving the book! I’ve completed other tutorials/books that avoid or overlook important detail you cover that has provided much deeper insight into how/why things work.
While coding along in chapter 20, I notice that the Create New button height expands larger during live preview. I’ve verified this occurs in the final app provided for this chapter when I change the target from iOS 14 to 15.4. So it appears this may be due to changes in iOS.
The button seems to retain its shape once I apply a padding modifier directly after createButton.
createButton
.padding(.bottom, 10)