You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.
I love your library and I want to integrate it in an Enterprise app I working on, to refactor some functionalities.
Unfortunately there is a conflict with the library https://github.com/AliSoftware/Reusable
It seems that the issue is on the reauseidentifier property of the protocol:
public protocol CellProtocol: class {
static var reuseIdentifier: String { get }
static var registerAsClass: Bool { get }
}
Do you have any hint of how overcame this issue?
Thanks,
Matteo
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I love your library and I want to integrate it in an Enterprise app I working on, to refactor some functionalities.
Unfortunately there is a conflict with the library https://github.com/AliSoftware/Reusable
It seems that the issue is on the reauseidentifier property of the protocol:
Do you have any hint of how overcame this issue?
Thanks,
Matteo
The text was updated successfully, but these errors were encountered: