ViewController Class Reference

Inherits from UIViewController
Conforms to GravityClientDelegate
Declared in ViewController.h
ViewController.m

Other Methods

  helloTextField

@property (weak, nonatomic) IBOutlet UITextField *helloTextField

  helloButton

@property (weak, nonatomic) IBOutlet UIButton *helloButton

– helloButtonTap:

USER INFO *

- (IBAction)helloButtonTap:(id)sender

Discussion

USER INFO *

Declared In

ViewController.m

Other Methods

– viewDidLoad

- (void)viewDidLoad

– didReceiveMemoryWarning

- (void)didReceiveMemoryWarning

– didReceiveResponse:forRequest:

Called when response is received for a request

- (void)didReceiveResponse:(NSString *)response forRequest:(GravityRequest *)request

Parameters

response

the response

request

the relevant request object

Discussion

Called when response is received for a request

Declared In

GravityClient.h