adil-hussain-84 / SwiftUI-experiments

Experiments with Apple's SwiftUI framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftUI Experiments

This project houses a number of iOS applications which each demonstrate a particular aspect of SwiftUI.

The applications in this project are as follows:

  • App1 – A SwiftUI application which demonstrates how to push, present and dismiss SwiftUI Views.
  • App2 – A UIKit application which demonstrates a problem with presenting (i.e. modally) a UIHostingController.
  • App3 – A SwiftUI application which demonstrates how to display an array of items with List and LazyVStack.
  • App4 – A SwiftUI application which demonstrates a custom rating view.
  • App5 – A SwiftUI application which demonstrates how to write a UI test which interacts with a DatePicker.
  • App6 - A SwiftUI application which demonstrates how to schedule asynchronous work when a Button is tapped.
  • App7 - A SwiftUI application which demonstrates how to initialise an ObservableObject as a StateObject in a View's init method.

About

Experiments with Apple's SwiftUI framework.


Languages

Language:Swift 100.0%