willowtreeapps/spruce-ios

Right to Left Sorting Not Working

hammas1993 opened this issue · 0 comments

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)