Learn how to add indexing support in your table views through the power of UILocalizedIndexCollator.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2475-video-tutorial-table-views-indexing
Learn how to add indexing support in your table views through the power of UILocalizedIndexCollator.
Great tutorial, thanks! When you update this for Swift, consider make UILocalizedIndexedCollation.current() a class level variable instead of grabbing the singleton constantly throughout the code.