My experience with building 100% core data observing view controllers
Details
In last couple of months, we scraped some old code and built a small app from scratch, I decided to go with 100% core data supported, FetchResultController backed app. That way all view controller is automatically updated for any data change.
I would like to share some challenges I faced and overcame as well as some which still remains.