Manish Jain
Manish Jain

Reputation: 865

tableHeaderView tableFooterView

i want to create a table view with contacts as in native contacts app of iPhone i have an array of name and i want to show the tableHeaderView and tableFooterView like the native contacts screen of iPhone for eg a b c how can we do it in our app

Upvotes: 0

Views: 1015

Answers (1)

Borut Tomazin
Borut Tomazin

Reputation: 8138

This answers are not ok as they refer to section header/footer views. You should implement tableView.tableHeaderView.

Upvotes: 1

Related Questions