ios - NSFetchedResultsController - track changes only to a subset of the properties -


the nsfetchedresultscontroller monitors changes whole managed object that's keeping track of. whenever property modified in current context, instance

– controller:didchangeobject:atindexpath:forchangetype:newindexpath: 

gets called. of course affect performance of uitableview hooked frc, if changes happen frequently.

is possible keep track of properties? need take advantage of frc changes more sporadic in time, without receiving notifications each time changing attributes modified.

no can't.
if need finer grain observation, separate properties different entity.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -