ArcGISRuntimeXamarin.SearchResultsViewController.TitleForHeader C# (CSharp) 메소드

TitleForHeader() 공개 메소드

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
리턴 string
        public override string TitleForHeader(UITableView tableView, nint section)
        {
            return "Search Results";
        }