SwiftUIKit
A collection of components that will simplify and accelerate your iOS development.
Demo
There is an example app at SwiftUIKitExampleApp
which can be built and run. Just clone this repo and run it.
1. CurrencyTextField
Demo
Description
Real time formatting of users input into currency format.
Usage
2. AdaptToKeyboard
Demo
Description
Animate view's position when keyboard is shown / hidden
Usage
3. ContactPicker
Demo
Description
SwiftUI doesn't work well with CNContactPickerViewController
if you just put it inside a UIViewControllerRepresentable
. See this stackoverflow post. With ContactPicker
here its just a one liner.
To enable multiple selection use onSelectContacts
instead.