예제 #1
0
 public TopLevelViewControllerBase(string nibName, Foundation.NSBundle bundle, AlertViewModel alert) : base(nibName, null)
 {
     ExceptionUtility.Try(() =>
     {
         SubscribeConnectionEvents();
         this.TabBar        = new TabBarView(this);
         this.ConnectionBar = new ConnectionStateDebugView(this);
         this.ReconBar      = new ReconnectingView(this);
         AlertID            = alert;
     });
 }
예제 #2
0
 public CityTableViewDataSource(UIKit.UITableView tableView, string nibName, string cellIdentifier, Foundation.NSBundle bundle) : base(tableView, nibName, cellIdentifier, bundle)
 {
     RemoveAnimation = UITableViewRowAnimation.Left;
 }
 protected ProductCardViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
예제 #4
0
 public ProfileView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
 public PayHistoryView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
 public BaseViewController(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
예제 #7
0
 protected CommonViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
예제 #8
0
 protected KeyBoardTextFieldController(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
 public NSBundleResourceRequest(NSBundle bundle, params NSString [] tags) : this(MakeSetFromTags(tags), bundle)
 {
 }
 public LicensePlateView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }