partial void OnMenubtnTapped(UIButton sender) { UIViewController vc = SettingsViewController.Create(); NavigationController?.PushViewController(vc, true); }
public static ISettingsViewController CreateSettingsViewController(SettingsView settingsView) { return(SettingsViewController.Create(settingsView)); }