I am following this blog for implementing the Collectionview in my tvOS application. In this blog the data is adding on the CityViewDatasource class. Static datas are added on this blog like below: Cities.Clear(); Cities.Add(new CityInfo("City01.jpg", "Houses by Water", false)); Cities.Add(new CityInfo("City02.jpg", "Turning Circle", true)); Cities.Add(new CityInfo("City03.jpg", "Skyline at Night", true)); Cities.Add(new CityInfo("City04.jpg", "Golden Gate […]
- Tags "Church Domes", "City Scene", "Golden Gate Bridge", "Houses by Water", "Mountain Lights", "Roads by Night", "Skyline at Night", "Turning Circle", category.webContentHBList[i].title, false)); Cities.Add(new CityInfo("City02.jpg", false)); I need to change the static data into dynamic by calling a REST API like below: try { HttpClient client = new, I am following this blog for implementing the Collectionview in my tvOS application. In this blog the data is adding on the CityViewDatasourc, only a blank screen is showing. No errors are showing in the output window. I have included the service domains on the info.plist under NSAp, true)); } } } } catch (Exception e) { Debug.WriteLine("ex, true)); Cities.Add(new CityInfo("City03.jpg", true)); Cities.Add(new CityInfo("City04.jpg", true)); Cities.Add(new CityInfo("City05.jpg", true)); Cities.Add(new CityInfo("City06.jpg", true)); Cities.Add(new CityInfo("City07.jpg", true)); Cities.Add(new CityInfo("City08.jpg"