![]() |
Ignite Tools
|
AppDelegate_iPad | The iPad App Delegate |
AppDelegate_iPhone | The iPhone App Delegate |
AppDelegate_Shared | The Application Delegate which takes care of most Core Data functions |
AvatarDownload | This class will download an image from Twitter and return it once it's complete |
<AvatarDownloadDelegate> | Receive callbacks on AvatarDownload completion |
ConnectViewController | UIViewController that contains a OpenFlowView to selected between different services we can view |
Event | The class that matches the Core Data Event entity |
EventCell | The specialized Event cell for the table |
EventsTableViewController | UITableViewController that shows all the Event entries |
FavoritesViewController | A table view to display any sparks which have been marked as favorites |
Presenter | The class corresponding to the Presenter Core Data entity |
PresenterDetailViewController | Shows details for a presenter |
PresenterTableViewController | UITableViewController which shows all presenters or presenters for an event depending on if Event variable is set on load |
Spark | The class that corresponds to the Spark Core Data entity |
SparkDetailViewController | Shows a view with deatails of an individual Spark |
SparksTableViewController | UITableViewController that shows all sparks or a subset if sparksList is set |
UpdateViewController | UIViewController in charge of providing an image to show while checking online for any updates |
WebViewController | The class that will handle the viewing of all web related content |