Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Steven Fullerton
Steven Fullerton
6,712 Points

Help with prototyping dial interaction

Hello, Im looking to prototype an iOS app, but would like very specific interactions within it. im looking to prototype a circular dial selector. essentially three dials which values are selected and then combine to give an output.

Any suggestions would be extremely helpful

I have -

  • experience with html, css, PS, Ai etc

  • no access to Xcode

1 Answer

Amit Bijlani
STAFF
Amit Bijlani
Treehouse Guest Teacher

Since you have no iOS experience you could always build it in HTML/CSS/JS and use PhoneGap . You could build the dial selector using this example: http://cubiq.org/rotating-wheel-for-your-iphone-webapps

Next, use PhoneGap to embed your html solution in a web view which can then be deployed as a native app.