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
Alexander Certosimo
1,774 PointsBest way to verify user inputted answer is correct ?
Hey all,
I am trying to create a quiz view based on a question and answer that was inputted by a user. What would be the best way to verify the answer inputted by the user was the correct one for that specific question when asked on the quiz screen?
I had a second question as well. If i wanted a button to pop up a small tableview with a cancel button, is that simply just creating a subview for the viewcontroller i want that functionality on? An example of what i want to do is exactly like in the mail app when you tap the reply button and the menu comes up to reply, forward, print or cancel. Is this just a table view with custom cells? Thanks