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

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
리턴 int
        public override int NumberOfSections(UITableView tableView)
        {
            return filteredSectionList.Count;
        }