Inherits from UIViewController
Declared in HelpContentViewController.h
HelpContentViewController.m

Properties

content

@property NSString *content

helpImage

@property (weak, nonatomic) IBOutlet UIImageView *helpImage

helpText

@property (weak, nonatomic) IBOutlet UITextView *helpText

helpTitle

@property (weak, nonatomic) IBOutlet UILabel *helpTitle

image

@property NSString *image

pageIndex

@property NSUInteger pageIndex

text

@property NSString *text

Instance Methods

supportedInterfaceOrientations

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

- (NSUInteger)supportedInterfaceOrientations

Return Value

<#return value description#>

Declared In

HelpContentViewController.m

viewDidLoad

- (void)viewDidLoad

viewWillAppear:

Standard iOS delegate when this view is displayed.

- (void)viewWillAppear:(BOOL)animated

Parameters

animated

animated If animated view

Declared In

HelpContentViewController.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

HelpContentViewController.m