C# Class BeerDrinkin.iOS.SocialAuthViewController

Show file Open project: MikeCodesDotNet/Beer-Drinkin

Private Properties

Property Type Description
BtnConnectWithFacebook_TouchUpInside void
BtnConnectWithFacebook_TouchUpInside void
ReleaseDesignerOutlets void
UserAuthenticiated void

Public Methods

Method Description
SocialAuthViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
BtnConnectWithFacebook_TouchUpInside ( UIButton sender ) : void
BtnConnectWithFacebook_TouchUpInside ( UIKit sender ) : void
ReleaseDesignerOutlets ( ) : void
UserAuthenticiated ( ) : void

Method Details

SocialAuthViewController() public method

public SocialAuthViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void