Skip to content

Latest commit

 

History

History
37 lines (36 loc) · 559 Bytes

README.md

File metadata and controls

37 lines (36 loc) · 559 Bytes

SwiftUI_Evolve_1

In this project added SwiftUI related basics

  1. Text
  2. Button
  3. Color
  4. View Modifiers
    1. Font
    2. FontWeight
    3. ForegroundColor
    4. Frame
    5. Padding
    6. Background
    7. Corner Radius
    8. Shadow
    9. Overlay
    10. Alignments
  5. Image
  6. Stacks
    1. VStack
    2. HStack
    3. ZStack
  7. List
  8. Grids
  9. TextField
  10. Toggle
  11. ProgressView
  12. Property Wrapeers
    1. @State and
    2. @Binding
  13. Alerts
  14. Navigation
  15. Animations
  16. Transitions
  17. SearchBar
  18. TabView
  19. NavigationBar