Hey,
I have a Core Data powered app with a view controller which contains an add button in the navigation bar. This button presents a view controller which has been automatically generated by Sensible TableView.
When I enter some data in this view controller and tap "Done", so that this view controller disappears, the new cell has been added to the tableModel. That's great.
But this cell is selected by default. It's highlighted blue (see screenshot). How can I disable this behavior?
Thanks,
Patrick