SectionedUITableViewSample.TableViewDataSource.TitleForHeader C# (CSharp) Method

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
return string
        public override string TitleForHeader(UITableView tableView, int section)
        {
            return filteredSectionList[section];
        }