youjinp / SwiftUIKit

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

Fixes ios 16 Xcode 14 build #32

Closed PJayRushton closed 2 years ago

youjinp commented 2 years ago

Are classes not allowed in structs in Xcode 14? What compilation error did you get?

PJayRushton commented 2 years ago
Screen Shot 2022-06-17 at 1 29 38 PM
youjinp commented 2 years ago

I see. What if we just rename Coordinator into ContactPickerCoordinator?

TheApApp commented 2 years ago

WIll this be merged?

kudit commented 2 years ago

Still figuring out GitHub, but I think I submitted the fix to this that @youjinp suggested as a separate pull request.

youjinp commented 2 years ago

Fixed in #34