Inherits from UIViewController
Conforms to MFMessageComposeViewControllerDelegate
UITextFieldDelegate
Declared in UpdateProfileViewController.h
UpdateProfileViewController.m

Properties

buyProVersion

@property (weak, nonatomic) IBOutlet UIButton *buyProVersion

emailAddress

@property (weak, nonatomic) IBOutlet UITextField *emailAddress

group

@property (weak, nonatomic) IBOutlet UILabel *group

image

@property (weak, nonatomic) IBOutlet UIImageView *image

isAdmin

@property (weak, nonatomic) IBOutlet UILabel *isAdmin

password

@property (weak, nonatomic) IBOutlet UITextField *password

playerManagerButton

@property (weak, nonatomic) IBOutlet UIButton *playerManagerButton

remindMe

@property (weak, nonatomic) IBOutlet UISwitch *remindMe

restorePurchases

@property (weak, nonatomic) IBOutlet UIButton *restorePurchases

Instance Methods

alertView:clickedButtonAtIndex:

Standard iOS Alert Box button handlers

- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex

Parameters

alertView

The Alert View

buttonIndex

Index to the button that was clicked

Declared In

UpdateProfileViewController.m

didReceiveMemoryWarning

Standard iOS delegate for handling memory warnings

- (void)didReceiveMemoryWarning

Declared In

UpdateProfileViewController.m

messageComposeViewController:didFinishWithResult:

Standard iOS delegate called when the iOS Message App has been dismissed

- (void)messageComposeViewController:(MFMessageComposeViewController *)controller didFinishWithResult:(MessageComposeResult)result

Parameters

controller

The Controller

result

The Result

Declared In

UpdateProfileViewController.m

onClickHelp:

Handler for the Help button

- (IBAction)onClickHelp:(id)sender

Parameters

sender

Sender of the event

Declared In

UpdateProfileViewController.m

onClickPasteImage:

Handler for the Pasting Logo Image

- (IBAction)onClickPasteImage:(id)sender

Parameters

sender

Sender of the event

Declared In

UpdateProfileViewController.m

onClickSave:

Handler for the Save button.

- (IBAction)onClickSave:(id)sender

Parameters

sender

Sender of the event

Declared In

UpdateProfileViewController.m

onClickShare:

Handler for the Share button.

- (IBAction)onClickShare:(id)sender

Parameters

sender

Sender of the event

Declared In

UpdateProfileViewController.m

paymentQueue:restoreCompletedTransactionsFailedWithError:

Standard iOS delegate when the In-App Restore Transaction has failed

- (void)paymentQueue:(SKPaymentQueue *)queue restoreCompletedTransactionsFailedWithError:(NSError *)error

Parameters

queue

The Queue

error

The Error

Declared In

UpdateProfileViewController.m

paymentQueueRestoreCompletedTransactionsFinished:

Standard iOS delegate when the In-App Restore Transaction is complete

- (void)paymentQueueRestoreCompletedTransactionsFinished:(SKPaymentQueue *)queue

Parameters

queue

The Queue

Declared In

UpdateProfileViewController.m

supportedInterfaceOrientations

Standard iOS delegate to get the allowed orientation of the application.

- (NSUInteger)supportedInterfaceOrientations

Return Value

<#return value description#>

Declared In

UpdateProfileViewController.m

textFieldShouldReturn:

Standard iOS delegate for Text Field keyboard handling

- (BOOL)textFieldShouldReturn:(UITextField *)textField

Parameters

textField

The Text Field

Return Value

Return True

Declared In

UpdateProfileViewController.m

viewDidLoad

Load and initialize the Controller for the Update Profile View

- (void)viewDidLoad

Declared In

UpdateProfileViewController.m

willAnimateRotationToInterfaceOrientation:duration:

Standard iOS delegate when this view is rotated.

- (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)orientation duration:(NSTimeInterval)duration

Parameters

duration

Duration of orientation

toInterfaceOrientation

Orientation being displayed

Declared In

UpdateProfileViewController.m