I am trying to apply sort on tableview cells from right to left but not working let sortFunction = LinearSortFunction(direction: .topToBottom, interObjectDelay: 0.2) table.spruce.animate([.fadeIn], sortFunction: sortFunction)