Exemplo n.º 1
0
        public ExamplesTableViewSource(UITableView tableView, HomeView controller) : base(tableView)
        {
            tableView.RegisterNibForCellReuse(UINib.FromName("ExampleCell", NSBundle.MainBundle), new NSString("ExampleCell"));

            _controller = controller;
        }
Exemplo n.º 2
0
 public void SetController(HomeView controller)
 {
     _controller = controller;
 }