shadowOffset 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