public TopRatedListController() { this.TabBarItem = new UITabBarItem(UITabBarSystemItem.TopRated, 1); _movieList = new List <FilmInfo>(); _reload = true; _apiService = new ApiService(); _downloader = new PosterDownloadService(); }
public SearchController() { this.TabBarItem = new UITabBarItem(UITabBarSystemItem.Search, 0); _downloader = new PosterDownloadService(); }