UITableView counterpart for cocos2d for iphone.
this is a very basic, minimal implementation to bring UITableView-like component into cocos2d world.
#include <Geode/cocos/extensions/GUI/CCScrollView/CCTableView.h>UITableView counterpart for cocos2d for iphone.
this is a very basic, minimal implementation to bring UITableView-like component into cocos2d world.
An intialized table view object
dataSource
size
An initialized table view object
dataSource
size
container
data source
delegate
determines how cell is ordered and filled in the view.
Updates the content of the cell at a given index.
idx
reloads data from data source. the view will be refreshed.
Dequeues a free cell if available. nil if not.
Returns an existing cell at a given index. Returns nil if a cell is nonexistent at the moment of query.
idx
vertical direction of cell filling
vector with all cell positions
cells that are currently in the table
free list of cells
weak link to the data source object
weak link to the delegate object