Alex Mundy
Results
1
issues of
Alex Mundy
Hi, I'm looking to combine the usage of `FUISortedArray` and `FUIIndexTableViewDataSource` as follows: ``` let sortedArray = FUISortedArray(query: query, delegate: nil) { (lhs, rhs) -> ComparisonResult in return lhs.compare(rhs) }...
database