Skip to content

innofied/indexlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indexlist

Create Indexed TableView with customised height for each TableViewCell in iOS

In iOS apps, often we need to implement Index Scrolling in a TableView, just like the contacts view of an iPhone. Index Scrolling enables fast scrolling to required section without trolling through each and every sections. Since it is required in various apps , it has to be made generic, so that it can be used anywhere required. Just by adding the statements in your model class will work the whole thing out.

Prerequisites:

A basic idea of UITableView and its delegate functions.

Blog:

A blog of the above project is also available at http://innofied.com/indexed-list-in-ios/ for better understanding.

Indexed Tableview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published