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 was archived by the owner on Nov 15, 2020. It is now read-only.
I have another thing to discuss. As I understand TableSection uniqueness is based on the
/// Unique identifier of the section
public let UUID: String = NSUUID().uuidString
Do you think it is the best approach? Maybe it is better to somehow calculate it based on section content? Or probably externalise it out of the library to the users of the library?
Because I think current implementation affect situations, when we have the same section, but with slightly different content. And in this case I want to apply changes across elements inside section, but not reload the whole section