Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 737 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 737 Bytes

UISearchbar-from-SwiftUI-Sample

This is a sample app created for SwiftUI practice.
This is a sample on how to use a custom view created using UIKit (Xib) for a view created with SwiftUI.

Gif

UISearchbar-form-SwiftUI-Sample_gif

environment

Xcode11 GM SEED
SwiftUI
Mac OS 10.14.6(18G103)

Remarks

The following basic explanation is included in the code.
mainly

  • UIViewRepresentable
  • @Binding
  • Coordinator
  • MakeUIView
    about.

Execution method

Just download the repository and build it.