ArcGISRuntimeXamarin.SearchResultsViewController.TitleForFooter C# (CSharp) Method

TitleForFooter() public method

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
return string
        public override string TitleForFooter(UITableView tableView, nint section)
        {
            return string.Format("Found {0} matches", visibleSamples.Count);
        }