示例#1
0
 public LoginView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
 protected MvxTextFieldResponderController(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
示例#3
0
 public BaseViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
 public SideMenuNavigationController(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
示例#5
0
 protected CommonPageViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
示例#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)
 {
 }
示例#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)
 {
 }
示例#10
0
 public ForecastTableViewSource(UIKit.UITableView tableView, string nibName, string cellIdentifier, Foundation.NSBundle bundle) : base(tableView, nibName, cellIdentifier, bundle)
 {
 }
示例#11
0
 public ProfileView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
示例#12
0
文件: R.cs 项目: MAX-POLKOVNIK/R.cs
 public static UIKit.UIStoryboard EmptyStoryboard1(Foundation.NSBundle bundle = null) => UIKit.UIStoryboard.FromName("EmptyStoryboard1", bundle);
示例#13
0
文件: R.cs 项目: MAX-POLKOVNIK/R.cs
 public static UIKit.UIStoryboard Main(Foundation.NSBundle bundle = null) => UIKit.UIStoryboard.FromName("Main", bundle);
示例#14
0
文件: R.cs 项目: MAX-POLKOVNIK/R.cs
 public static UIKit.UIStoryboard LaunchScreen(Foundation.NSBundle bundle = null) => UIKit.UIStoryboard.FromName("LaunchScreen", bundle);
 protected AuthBaseViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
示例#16
0
 public ViewControllerBase(string nibName, Foundation.NSBundle bundle) : base(nibName, null)
 {
 }
示例#17
0
 public BaseViewController(string controllerName, Foundation.NSBundle bundle, params object[] viewModelParameters) : base(controllerName, bundle)
 {
     ViewModel = (T)Activator.CreateInstance(typeof(T), viewModelParameters);
     CommonInit();
 }
示例#18
0
 public RegistrationView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }
 protected CatalogViewController(string nibName, Foundation.NSBundle bundle)
     : base(nibName, bundle)
 {
 }
 public PayHistoryView(string nibName, Foundation.NSBundle bundle) : base(nibName, bundle)
 {
 }