Chiron
Chiron

Reputation: 20245

How to create such an iOS interface?

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.

Upvotes: 0

Views: 421

Answers (1)

Paul Ardeleanu
Paul Ardeleanu

Reputation: 6700

That interface is composed from:

  • a background image
  • a standard tableView with custom cells

That's it!

Upvotes: 3

Related Questions