-
Notifications
You must be signed in to change notification settings - Fork 70
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
Support transient properties for sectionNameKeyPath #101
Comments
What is the specific crash that is produced? |
@bigfish24: the error produced: Terminating app due to uncaught exception 'Invalid sort property', reason: 'Cannot sort on property 'section' on object of type 'Post': property not found.' Full crashlog:
Any help would be greatly appreciated. Thank you for your awesome work anyway :) |
I'm also trying to do this. Would like to use a readonly property (transient) to sort and make sectionNameKeyPath |
Any thoughts on this? NSFetchedResultsController does this flawlessly, and much of the code I am trying to convert relies on that. It is not really feasible to add a bunch of new fields in order to store sectionNameKeyPath information. This is kind of a big deal... I am interested to know if this is being updated. |
I think it would be beneficial to have transient property support in the sectionNameKeyPath, e.g.:
While this works ... kinda ... it produces a lot of crashes complaining about a non-stored property. This would solve the issue with using NSDate #58 as sectionNameKeyPath as well.
The text was updated successfully, but these errors were encountered: