Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Popup List - sort and compare, removes redundant code by passing sort operator as function #260

Closed esreli closed 3 years ago

esreli commented 3 years ago

This PR attempts to improve the existing AGSPopup compare and sort. It does so by removing duplicate code and instead passes a sort operator as a function. This yields the same result with one method rather than two. Additionally, this PR removes error throwing, opting instead for the developer to supply the function with valid data.