youjinp / SwiftUIKit

A collection of missing SwiftUI components
MIT License
278 stars 32 forks source link

Fixing Xcode 14 Coordinator warnings #34

Closed kudit closed 2 years ago

kudit commented 2 years ago

Replaced Coordinator with ContactPickerCoordinator to silence errors with Xcode 14. Can confirm the original warnings and that this fixes it.

(So sorry if this isn't the right way to do things...still new to GitHub...)

Co-Authored-By: youjinp 15708500+youjinp@users.noreply.github.com

youjinp commented 2 years ago

@kudit Thanks for the PR =)