<< 03-Guess the Flag | 05-Milestone 1 >>
some View, Conditional modifiers, Environment modifiers, View Composition, Custom containers
Go back to project 1 and use a conditional modifier to change the total amount text view to red if the user selects a 0% tip.
🔗 Solution
Go back to project 2 and replace the
Image
view used for flags with a newFlagImage()
view that renders one flag image using the specific set of modifiers we had.🔗 Solution
Create a custom
ViewModifier
(and accompanyingView
extension) that makes a view have a large, blue font suitable for prominent titles in a view.🔗 Solution