Classes/RecipeTableViewCell.h
/* |
Copyright (C) 2017 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
A table view cell that displays information about a Recipe. It uses individual subviews of its content view to show the name, picture, description, and preparation time for each recipe. If the table view switches to editing mode, the cell reformats itself to move the preparation time off-screen, and resizes the name and description fields accordingly. |
*/ |
#import "Recipe.h" |
@interface RecipeTableViewCell : UITableViewCell |
@property (nonatomic, strong) Recipe *recipe; |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-07-20