Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.78 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.78 KB

Views and Modifiers

Project 3
Author: Zai Santillan
Dec 12, 2022 - Monday

<< 03-Guess the Flag | 05-Milestone 1 >>

📝 What I Learned

some View, Conditional modifiers, Environment modifiers, View Composition, Custom containers

Excalidraw - Day 23 to 24

🏆 Challenges

  1. 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

  2. Go back to project 2 and replace the Image view used for flags with a new FlagImage() view that renders one flag image using the specific set of modifiers we had.

    🔗 Solution

  3. Create a custom ViewModifier (and accompanying View extension) that makes a view have a large, blue font suitable for prominent titles in a view.

    🔗 Solution

📷 Screenshots

Day 24

Resources

<< 03-Guess the Flag | 05-Milestone 1 >>