TLIndexPathTools icon indicating copy to clipboard operation
TLIndexPathTools copied to clipboard

Swift support

Open hokster7 opened this issue 10 years ago • 1 comments

With Swift's advocation of using value types, TLIndexPathTools might benefit from a more clear distinction between classes vs. structs when deriving whether something was added, removed, deleted or modified.

Struct modification is detected as ADD + DELETE but perhaps a protocol could be introduced to identify cases when they are modified...?

hokster7 avatar Sep 09 '15 15:09 hokster7

Given that the data model takes an array of objects, could you elaborate on how you're incorporating structs?

wtmoose avatar Oct 03 '15 21:10 wtmoose