Ignite Tools
Public Member Functions | Properties
PresenterDetailViewController Class Reference

Shows details for a presenter. More...

#import <PresenterDetailViewController.h>

Inheritance diagram for PresenterDetailViewController:
<AvatarDownloadDelegate>

List of all members.

Public Member Functions

(id) - initWithNibName:bundle:presenter:
 Init for a given Presenter.
(IBAction) - twitterButtonPressed:
 Load the web view with user's Twitter page.
(IBAction) - websiteButtonPressed:
 Loading the web view with the user's website.

Properties

Presenterpresenter
 The Presenter object from which to get the display data.
IBOutlet UILabel * nameLabel
 The name of the presenter.
IBOutlet UIButton * twitterButton
 The button to go to Twitter.
IBOutlet UIButton * websiteButton
 The button to load user's website.
IBOutlet UIImageView * avatarImageView
 Image view of the user's Twitter picture.
IBOutlet UITableView * sparksTableView
 The table view showing the user's sparks.
IBOutlet UIActivityIndicatorView * loadingSpinner
 Indicator that the image is loading.
NSFetchedResultsController * fetchedResultsController
 Fetched results controller for the sparks.
NSManagedObjectContext * managedObjectContext
 Session managed object context.
AvatarDownloadavatarDownload
 The avatar download object.

Detailed Description

Shows details for a presenter.


Member Function Documentation

- (IBAction) twitterButtonPressed: (id)  sender

Load the web view with user's Twitter page.

Parameters:
senderUIButton object.
- (IBAction) websiteButtonPressed: (id)  sender

Loading the web view with the user's website.

Parameters:
senderUIButton object.

Property Documentation

- (NSFetchedResultsController *) fetchedResultsController [read, write, retain]

Fetched results controller for the sparks.

Returns the fetched results controller.

Creates and configures the controller if necessary.


The documentation for this class was generated from the following files:
 All Classes Functions Properties