Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift support #59

Open
fatuhoku opened this issue Sep 9, 2015 · 1 comment
Open

Swift support #59

fatuhoku opened this issue Sep 9, 2015 · 1 comment

Comments

@fatuhoku
Copy link

fatuhoku commented Sep 9, 2015

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...?

@wtmoose
Copy link
Member

wtmoose commented Oct 3, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants