views:

52

answers:

1

Would you please have a look at Tipulator app:
http://www.sophiestication.com/tipulator/

I'm interested in the upper graphic part of the application, how to create such an interface?
It doesn't look to use standard UIKit components, it looks like pure graphics yet the values can be updated as a UIKit component.

+2  A: 

That interface is composed from:

  • a background image
  • a standard tableView with custom cells

That's it!

Paul Ardeleanu
Honestly I don't think they bothered using a table, just custom graphics that make it appear like a table.
Canada Dev
That might be also true. I'm amazed that people don't realise the full extend to which the tableviews can be extended. Maybe because the web counterpart is so inflexible.
Paul Ardeleanu