SectionedUITableViewSample.TableViewDataSource.TitleForHeader C# (CSharp) 메소드

TitleForHeader() 공개 메소드

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