Ejemplo n.º 1
0
 public LoginView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
 protected MvxTextFieldResponderController(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
Ejemplo n.º 3
0
 public BaseViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
 public SideMenuNavigationController(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
Ejemplo n.º 5
0
 protected CommonPageViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
Ejemplo n.º 6
0
 public BaseViewController(string controllerName, Foundation.NSBundle bundle) : base(controllerName, bundle)
 {
     ViewModel = (T)Activator.CreateInstance(typeof(T));
     CommonInit();
 }
 public LicensePlateView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
Ejemplo n.º 8
0
 public BaseTableViewController(string controllerName, Foundation.NSBundle bundle, params object[] viewModelParameters) : base(controllerName, bundle)
 {
     subscriptionDisposables = new CompositeDisposable();
     ViewModel = (T)Activator.CreateInstance(typeof(T), viewModelParameters);
 }
 protected ProductsViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
Ejemplo n.º 10
0
 public ForecastTableViewSource(UIKit.UITableView tableView, string nibName, string cellIdentifier, Foundation.NSBundle bundle) : base(tableView, nibName, cellIdentifier, bundle)
 {
 }
Ejemplo n.º 11
0
 public ProfileView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
Ejemplo n.º 12
0
 public static UIKit.UIStoryboard EmptyStoryboard1(Foundation.NSBundle bundle = null) => UIKit.UIStoryboard.FromName("EmptyStoryboard1", bundle);
Ejemplo n.º 13
0
 public static UIKit.UIStoryboard Main(Foundation.NSBundle bundle = null) => UIKit.UIStoryboard.FromName("Main", bundle);
Ejemplo n.º 14
0
 public static UIKit.UIStoryboard LaunchScreen(Foundation.NSBundle bundle = null) => UIKit.UIStoryboard.FromName("LaunchScreen", bundle);
 protected AuthBaseViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
Ejemplo n.º 16
0
 public ViewControllerBase(string nibName, Foundation.NSBundle bundle) : base(nibName, null)
 {
 }
Ejemplo n.º 17
0
 public BaseViewController(string controllerName, Foundation.NSBundle bundle, params object[] viewModelParameters) : base(controllerName, bundle)
 {
     ViewModel = (T)Activator.CreateInstance(typeof(T), viewModelParameters);
     CommonInit();
 }
Ejemplo n.º 18
0
 public RegistrationView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
 protected CatalogViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
Ejemplo n.º 20
0
 public PayHistoryView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }