At this point, you are ready to create your very first user interface. This task put to practice everything you have learned so far. There is one additional view that hasn’t been mentioned. This is the Spacer().
The Spacer() is a way to fill up space on the screen. This is an invisible element that will take up the available space in the screen. For instance, if you wanted an image on the bottom of the screen, you might use it like so:
Spacer()
Image('cheese')
This will use all the space before the image, forcing it to the bottom of the screen.
See forum comments
This content was released on Apr 23 2025. The official support period is 6-months
from this date.
Extra information about the homework.
Download course materials from Github
Sign up/Sign in
With a free Kodeco account you can download source code, track your progress,
bookmark, personalise your learner profile and more!
Previous: Quiz: Making a User Interface
Next: Deliverables
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.