uchicago-mobi / 2015-Winter-Forum

8 stars 1 forks source link

canEditRowAtIndexPath and commitEditingStyle for deleting bookmarks? #144

Closed aljc closed 9 years ago

aljc commented 9 years ago

Are we supposed to override these functions to implement the edit/delete bookmarks functionality?

And if so, mine keeps on throwing a "NSInternalInconsistencyException - Invalid update: invalid number of rows in section 1." error. What could be the cause of this?

aljc commented 9 years ago

Nevermind, I got it working. I just had to make sure I was reinserting the new array into NSUserDefaults.