FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
UITableViewCell shortcuts. More...
#import <UITableView.h>
Instance Methods | |
(void) | - setReuseIdentifier: |
Class Methods | |
(instancetype) | + cellWithStyle:reuseIdentifier: |
Creates and returns a table cell with a style and a reuse identifier and returns it to the caller. More... | |
Properties | |
UITableView * | tableView |
Current table view. More... | |
NSIndexPath * | indexPath |
Current table view. More... | |
UITableViewCell shortcuts.
+ (instancetype) cellWithStyle: | (UITableViewCellStyle) | style | |
reuseIdentifier: | (id) | reuseIdentifier | |
Creates and returns a table cell with a style and a reuse identifier and returns it to the caller.
- (void) setReuseIdentifier: | (NSString *) | reuseIdentifier |
|
readnonatomicassign |
Current table view.
|
readnonatomicassign |
Current table view.