public void Setup(UIViewController view, IList <string> suggestions) { _parentViewController = view; DataFetcher = new DefaultDataFetcher(suggestions); AutoCompleteViewSource = new DefaultDataSource(); initialize(); }
public void Setup(UIViewController view, IList <IMvxNotifyPropertyChanged> suggestions) { _parentViewController = view; DataFetcher = new DefaultDataFetcher <IMvxNotifyPropertyChanged>(suggestions); AutoCompleteViewSource = new DefaultDataSource(); initialize(); }