C# Class LondonBike.AppDelegate

Show file Open project: nicwise/londonbikeapp

Public Properties

Property Type Description
MainView UIView
infoPage InfoViewController
map MapViewController
near NearDialogViewController
tabBar UITabBarController
tabControllers UIViewController[]
timer TimerViewController
tripLog TripLogViewController

Private Properties

Property Type Description

Public Methods

Method Description
DidEnterBackground ( UIApplication application ) : void
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
FinishedLaunching ( UIApplication application ) : void
OnActivated ( UIApplication application ) : void
ReceivedLocalNotification ( UIApplication application, UILocalNotification notification ) : void
SetFocusOnLocation ( BikeLocation bike ) : void
WillEnterForeground ( UIApplication application ) : void

Method Details

DidEnterBackground() public method

public DidEnterBackground ( UIApplication application ) : void
application UIApplication
return void

FinishedLaunching() public method

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
return bool

FinishedLaunching() public method

public FinishedLaunching ( UIApplication application ) : void
application UIApplication
return void

OnActivated() public method

public OnActivated ( UIApplication application ) : void
application UIApplication
return void

ReceivedLocalNotification() public method

public ReceivedLocalNotification ( UIApplication application, UILocalNotification notification ) : void
application UIApplication
notification UILocalNotification
return void

SetFocusOnLocation() public method

public SetFocusOnLocation ( BikeLocation bike ) : void
bike BikeLocation
return void

WillEnterForeground() public method

public WillEnterForeground ( UIApplication application ) : void
application UIApplication
return void

Property Details

MainView public property

public UIView MainView
return UIView

infoPage public property

public InfoViewController infoPage
return InfoViewController

map public property

public MapViewController,LondonBike map
return MapViewController

near public property

public NearDialogViewController,LondonBike near
return NearDialogViewController

tabBar public property

public UITabBarController tabBar
return UITabBarController

tabControllers public property

public UIViewController[] tabControllers
return UIViewController[]

timer public property

public TimerViewController,LondonBike timer
return TimerViewController

tripLog public property

public TripLogViewController tripLog
return TripLogViewController