/SwiftUIExample

Various types of views available in SwiftUI, all in one app.

Primary LanguageSwift

SwiftUI Example

This app has various types of views/layouts in SwiftUI, all gathered together in one app.

  • Layouts

    • VStack
    • HStack
    • ZStack
  • Views

    • Text
    • Image
    • Shape
  • Inputs

    • Toggle
    • Button
    • TextField
    • SecureTextField
    • SegmentedControl
    • DatePicker
  • Alert and Action Sheet

  • Animations

    • Scale
    • Rotate
    • Offset
  • Gestures

    • Tap
    • Drag
    • LongPress
  • Gradients

    • Linear
    • Angular
    • Radial