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

SKYSequence should implements NSValue #38

Open
cheungpat opened this issue Aug 26, 2016 · 0 comments
Open

SKYSequence should implements NSValue #38

cheungpat opened this issue Aug 26, 2016 · 0 comments

Comments

@cheungpat
Copy link
Contributor

SKYSequence is an object used by SDK users to denote a value that is finalized when saving at the server side. It should behaves like a NSValue returning an Integer. Currently it subclasses NSObject.

This causes problem in SKYRecordStorage because the record storage would try to sort an attribute consists of both NSValue and SKYSequence. Having SKYSequence implements NSValue will solve this problem.

This issue is reported by @a821246710.

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

1 participant