FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UITableViewCell(Shortcuts) Category Reference

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...
 

Detailed Description

UITableViewCell shortcuts.

Method Documentation

+ (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.

See also
initWithStyle:reuseIdentifier:
- (void) setReuseIdentifier: (NSString *)  reuseIdentifier

Property Documentation

- (NSIndexPath*) indexPath
readnonatomicassign

Current table view.

Returns
If a table view includes this cell, returns the index path for the table view; otherwise nil;
- (UITableView*) tableView
readnonatomicassign

Current table view.

Returns
If a table view includes this cell, returns the table view; otherwise nil;

The documentation for this category was generated from the following file: