Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
Updated comment to reflect reality.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldickison committed Apr 11, 2011
1 parent 29cd0c1 commit 3624eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDUIBlocks/DDBlockTableDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ typedef void (^DDBlockTableCellConfigBlock)(UITableViewCell *cell);
- (id)initWithReuseIdentifier:(NSString *)identifier;
+ (DDBlockTableCellSpec *)cellSpecWithReuseIdentifier:(NSString *)identifier;

// configurationBlock is the only required callback. Use cellSpec.sectionSpec.tableViewDelegate.currentCell to access the cell instance.
// configurationBlock is the only required callback. The freshly created or recycled cell is passed in as a parameter.
@property (nonatomic, copy) DDBlockTableCellConfigBlock configurationBlock;

@property (nonatomic, copy) DDBlockTableFloatBlock heightBlock;
Expand Down

0 comments on commit 3624eae

Please sign in to comment.