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

Property suspendAutomaticTrackingOfChangesInManagedObjectContext is private #14

Closed
marioradonic opened this issue Jun 26, 2015 · 2 comments

Comments

@marioradonic
Copy link

I don't know if I'm missing the point here, but suspendAutomaticTrackingOfChangesInManagedObjectContext is definitely marked as private and therefore can not be changed from anywhere outside the AERecird.swift file.

@tadija
Copy link
Owner

tadija commented Jun 26, 2015

Hi, you're right, this property existed in original (CS193P) CoreDataTableViewController implementation but I've never used it, so I probably left it private by accident.

You can make it public, try to use it and let me know if that even works... :)

I have a plan to improve/add some stuff in AERecord (don't really know when though) so I'll let you know here when I fix this too.

Thanks for the feedback.

Cheers,
// T

tadija added a commit that referenced this issue Jul 13, 2015
tadija added a commit that referenced this issue Jul 13, 2015
* develop:
  Bumped version from 1.0.8 to 1.1.0
  Fixing GitHub issue #14
  Update README.md
  Minor improvements
  Wrote unit tests for AERecord facade
  Implemented finding, deleting and counting with multiple attributes Wrote unit tests for new functions
  Minor improvements in AERecord
  Renamed some stuff
  Minor changes to test model Wrote some more tests Minor addition to AERecord
  Writing some more tests
  Created some dummy data in test model setup Writing some tests (work in progress)
  Started to work on improved version of firstOrCreateWithAttributes (GitHub: Pull Request #9) Created initial version of compoundPredicateForAttributes and firstOrCreateWithAttributes in NSManagedObject extension Created Core Data model with some entities for unit testing (AERecordTestModel) Started implementing unit tests for AERecord
@tadija
Copy link
Owner

tadija commented Jul 13, 2015

This property is now public.

@tadija tadija closed this as completed Jul 13, 2015
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