Previous episode: 44. Adding an About Page
Next episode: 46. App Icon and Display Name
Notes: 45. Challenge: Styling the About Page
Update 10/30/19: In Xcode 11.1, the lineLimit bug I showed in the video is now fixed. As the video shows, this should make your label have no line limit:
.lineLimit(nil)
In addition, you may find it helpful to add this to center the text:
.multilineTextAlignment(.center)
All videos. All books.
One low price.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.