We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions
cover of episode 313. The iOS Apprentice 2- Checklists 10 - UI Improvements-3

313. The iOS Apprentice 2- Checklists 10 - UI Improvements-3

2016/1/10
logo of podcast iOSDevLog

iOSDevLog

Shownotes Transcript

Sorting the lists 排序func sortChecklists() { lists.sortInPlace({ checklist1, checklist2 in return checklist1.name.localizedStandardCompare(checklist2.name) == .OrderedAscending })}