Ejemplo n.º 1
0
 public WeatherTVC(IntPtr handle) : base(handle)
 {
     data = WeatherFactory.GetWeatherData();
 }
Ejemplo n.º 2
0
        public WeatherTVC(IntPtr handle) : base(handle)
        {
            data = WeatherFactory.GetWeatherData();

            TableView.RegisterClassForCellReuse(typeof(WeatherCell), CELL_ID);
        }
Ejemplo n.º 3
0
        public WeatherTVC(IntPtr handle) : base(handle)
        {
            data = WeatherFactory.GetWeatherData();

            TableView.ContentInset = new UIEdgeInsets(this.TopLayoutGuide.Length, 0, 0, 0);
        }