Kodeco Forums

Video Tutorial: Table Views Indexing

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

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.