model:objectAddedAtIndex: method
Called to inform the adapter that an object has been added to the collection at the specified position.
model:objectChangedAtIndex: method
Called to inform the adapter that the object at the specified position has changed enough that it needs to be completely refreshed.
model:objectDeletedAtIndex: method
Called to inform the adapter that the object at the specified position has been deleted and needs to be removed.