INCLUDE_DATA

Tag Archives: UITableView

Filtering UITableViews: Deleting Multiple UITableViewCells with Animation

If you have done any iPhone development, you are already intimately familiar with table views. They are an integral part of UIKit. They are highly flexible and customizable.
However, making table views work smoothly with anything but a small, simple, static data set can be trying, to say the least.
Many Cocoa developers have come up with [...]