Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cocos2d-ui/CCTableView.h
Original file line number Diff line number Diff line change
@@ -156,7 +156,7 @@
@note Assigning a new or different data source immediately calls reloadData.
*/
@property (nonatomic,strong) id <CCTableViewDataSource> dataSource;
@property (nonatomic,weak) id <CCTableViewDataSource> dataSource;

/** Removes all cells from memory and requests a new set of cells from the dataSource.
Assigning a different dataSource and changing the rowHeight will cause reloadData to run.