UITableView.ScrollPosition.none
The table view scrolls the row of interest to be fully visible with a minimum of movement.
Declaration
case noneDiscussion
If the row is already fully visible, no scrolling occurs. For example, if the row is above the visible area, the behavior is identical to that specified by UITableView.ScrollPosition.top. This is the default.