PlaylistPopoverController.m CatNiP.
More...
#import <PlaylistPopoverController.h>
List of all members.
Detailed Description
PlaylistPopoverController.m CatNiP.
Controller of playlist popovers. Shows all playlists in tableview and if one is selected adds self.score to that playlist.
API up to date 28.6.2011
Member Function Documentation
- (void) dealloc |
|
|
[implementation] |
- (void) didReceiveMemoryWarning |
|
|
[implementation] |
- (NSInteger) numberOfSectionsInTableView: |
|
(UITableView *) |
tableView |
[implementation] |
- (BOOL) shouldAutorotateToInterfaceOrientation: |
|
(UIInterfaceOrientation) |
interfaceOrientation |
[implementation] |
- (UITableViewCell *) tableView: |
|
(UITableView *) |
tableView |
cellForRowAtIndexPath: |
|
(NSIndexPath *) |
indexPath |
|
|
| [implementation] |
- (void) tableView: |
|
(UITableView *) |
tableView |
didSelectRowAtIndexPath: |
|
(NSIndexPath *) |
indexPath |
|
|
| [implementation] |
UITableViewDelegate protocol function's implementation.
Adds self.score to chosen playlist.
- (NSInteger) tableView: |
|
(UITableView *) |
tableView |
numberOfRowsInSection: |
|
(NSInteger) |
section |
|
|
| [implementation] |
- (void) viewDidAppear: |
|
(BOOL) |
animated |
[implementation] |
- (void) viewDidDisappear: |
|
(BOOL) |
animated |
[implementation] |
- (void) viewDidLoad |
|
|
[implementation] |
- (void) viewDidUnload |
|
|
[implementation] |
- (void) viewWillAppear: |
|
(BOOL) |
animated |
[implementation] |
- (void) viewWillDisappear: |
|
(BOOL) |
animated |
[implementation] |
Member Data Documentation
Property Documentation
The documentation for this class was generated from the following files: