MMMTableViewCell

Objective-C

@interface MMMTableViewCell : UITableViewCell

Swift

class MMMTableViewCell : UITableViewCell

A base for table view cells redeclareing the designated initializer into the one we typically use, so subclasses do not have to.

  • Undocumented

    Declaration

    Objective-C

    - (id)initWithReuseIdentifier:(NSString *)reuseIdentifier NS_DESIGNATED_INITIALIZER;

    Swift

    init!(reuseIdentifier: String!)
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier NS_UNAVAILABLE;
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (id)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (id)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (id)init NS_UNAVAILABLE;