public override void FinishedLaunching (UIApplication application) { Api = RestService.For<ISmartRoomApi> ("http://sander.dev.freshheads.local/smart-room/web/app_debug.php"); UIWindow.Appearance.BackgroundColor = UIColor.White; UITabBarItem.Appearance.SetTitleTextAttributes (new UITextAttributes { TextColor = UIColor.White }, UIControlState.Normal); RegisterNotifications (application); }
public BeaconsTableViewController (IntPtr handle) : base (handle) { Api = RestService.For<ISmartRoomApi> ("http://sander.dev.freshheads.local/smart-room/web/app_debug.php"); Beacons = new List<CLBeacon> (); }