Flicker SwiftUI 43-6-1

A Flicker app previously written in UIKit, rewritten using SwiftUI technology.

Redesigned previously written application on the SwiftUI framework. Has 2 screens. The API from the Flickr service was taken as the data source for the task.

Used from SwiftUI

List()
NavigationView
@State (we store the state outside the structure that is associated with the View)
.navigationTitle for app-title
.searchable for search bar
.onSubmit for search bar too
.onAppear for search using Fliclr API event

Application result:

Image alt

Image alt

Image alt

Image alt

Image alt

Image alt

Image alt

GitHub

View Github