Today's Menu  Portugal
journal and plan nutrition
Instance Methods | Properties | List of all members
U5MealCollectionViewCell Class Reference

#import <U5MealCollectionViewCell.h>

Inheritance diagram for U5MealCollectionViewCell:
Inheritance graph
[legend]
Collaboration diagram for U5MealCollectionViewCell:
Collaboration graph
[legend]

Instance Methods

(id) - initWithFrame: [implementation]
 
(void) - prepareForReuse [implementation]
 

Properties

UIImageView * imageView
 
UILabel * textLabel
 

Detailed Description

Definition at line 11 of file U5MealCollectionViewCell.h.

Method Documentation

◆ initWithFrame:()

- (id) initWithFrame: (CGRect)  frame
implementation

Definition at line 16 of file U5MealCollectionViewCell.m.

16  :(CGRect)frame {
17 
18  self = [super initWithFrame:frame];
19 
20  return self;
21 }

◆ prepareForReuse()

- (void) prepareForReuse
implementation

Definition at line 59 of file U5MealCollectionViewCell.m.

60 {
61  [super prepareForReuse];
62 
63  [self.imageView removeFromSuperview];
64  [self.textLabel removeFromSuperview];
65  self.imageView = nil;
66  self.textLabel = nil;
67 }

Property Documentation

◆ imageView

- (UIImageView *) imageView
readwritenonatomicstrong

Definition at line 12 of file U5MealCollectionViewCell.h.

◆ textLabel

- (UILabel *) textLabel
readwritenonatomicstrong

Definition at line 13 of file U5MealCollectionViewCell.h.


The documentation for this class was generated from the following files: