Consider this scenario, a user is viewing a list of rows in a Table view. Selects a row to view in the Detail View and then decide to delete this row
Currently, when a row is deleted while in the Detail View, the app navigation will send the user to the next row in the list - even if Slideshow mode is OFF. If it is the last visible row, the user is sent back to the Parent View.
I don't believe that this should be the default behavior. The Slideshow mode should control this for viewing as well as Delete. So, if the Slideshow is OFF, and a row is Deleted in the Detail View, app navigation returns to the Parent View - the Table view in this case.
If Slideshow mode is ON, THEN the app performs as it currently does - upon Delete, user is taken to next row in Detail View.