uitableviewcell Archive

  • Axel.app with nice shadow offset in custom drawn cells

    Shadow offset in custom UITableViewCells (for the inner OCD in you)

    Apple has a great example code for drawing fast UITableView using custom, complex UITableViewCells called AdvancedTableViewCells. In the example code, you get three versions and I prefer the one named CompositeSubviewBasedApplicationCell, because it draws your cell as one view, just like Loren Brichter’s Fast Scrolling...

    Full Story

  • Visual UITableView

    Getting visual with UITableViews [UPDATED]

    UPDATED 27/8: I’ve updated the code and pushed it to bitbucket. All the drawing takes place in a separate class and only one subview is added to the cell(s). Again, if you need to add images for every single cell in a large UITableView, you...

    Full Story