![]() |
Ignite Tools
|
Shows details for a presenter. More...
#import <PresenterDetailViewController.h>
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 | |
Presenter * | presenter |
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. | |
AvatarDownload * | avatarDownload |
The avatar download object. |
Shows details for a presenter.
- (IBAction) twitterButtonPressed: | (id) | sender |
Load the web view with user's Twitter page.
sender | UIButton object. |
- (IBAction) websiteButtonPressed: | (id) | sender |
Loading the web view with the user's website.
sender | UIButton object. |
- (NSFetchedResultsController *) fetchedResultsController [read, write, retain] |
Fetched results controller for the sparks.
Returns the fetched results controller.
Creates and configures the controller if necessary.