iOS

iOS Programming 101: Adding Section and Index List in UITableView


Recently, a reader asked me how to add an index list in a UITableView. As some of you may have the same question, I thought it’s better to write a post to share the solution. An indexed table view is more or less as the...