You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create a function to avoid duplicate code in sort selection (having a table view with 4 different sort asc/desc
like
func buildSort(section: Section, sort: Sort, sortAscending: Bool) -> OrderBy
But I have issues on how to define in function declaration the -> OrderBy return parameter
Any help?
Thanks
The text was updated successfully, but these errors were encountered:
Hello, and thanks for the great library
I would like to create a function to avoid duplicate code in sort selection (having a table view with 4 different sort asc/desc
like
func buildSort(section: Section, sort: Sort, sortAscending: Bool) -> OrderBy
But I have issues on how to define in function declaration the -> OrderBy return parameter
Any help?
Thanks
The text was updated successfully, but these errors were encountered: