SwiftKickMobile / SwiftMessages

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

Identifiable collision #524

Closed oliverfoggin closed 11 months ago

oliverfoggin commented 11 months ago

It took me several hours of debugging to work out why I couldn't create my own Identifiable type with id: UUID until I realised that you have your own declaration of Identifiable in this framework and I had to use Swift.Identifiable.

I'm not sure I understand any reason for doing that.

Please could that be removed?

oliverfoggin commented 11 months ago

Oh... this had Identifiable before Swift so that's fair.

Could we still either remove or rename this or just use the Swift implementation of Identifiable?