-
Notifications
You must be signed in to change notification settings - Fork 0
Differences from UITableView
karnlund edited this page Aug 28, 2012
·
2 revisions
- One cell is ever "selected" at a time and that is the center cell.
- Cells do not move around as one of the cells is resized. Cells are generally organized so that they don't overlap.
- There are no fancy animations for bringing cells in an out or an editing mode for the table view. Not that it couldn't be done it just isn't done right now.
- There are no preconfigured cell features or styles as UITableViewCells have. They are empty cells.
- There is no way to yet determine what cell was touched from point on the screen. I add a gesture recognizer to my cells to determine touches.
- There is no scroll view involved. Motion and momentum is performed by user touch movement, and a modified version of TPPropertyAnimation.