SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.3k stars 742 forks source link

[name conflict] SwiftUI has 'Identifiable' protocol now #361

Closed pateljay43 closed 4 years ago

pateljay43 commented 4 years ago

Check the Apple's Identifiable protocol: https://developer.apple.com/documentation/swift/identifiable

wtmoose commented 4 years ago

I'm aware. Are you having a specific problem?

pateljay43 commented 4 years ago

I was about to start using your library but this is something I have to test and play with to find out if this is a blocker issue or not.

pateljay43 commented 4 years ago

I don't use SwiftUI in my project. hence I cannot confirm this name conflict caused an issue or not. But in either case, I think there should be a way to use proper Identifiable protocol by prefixing with module name directly.

Hence I will close this issue. @wtmoose do you agree?

wtmoose commented 4 years ago

Yes, I agree this ticket should be closed if there's not a concrete issue.