I am trying to make nice looking user input buttons for my app. Just like the ones shown in the screenshot below. I looked into IBAForms but that project is not only super complicated to incorporate in your app but also it has complier issues left and right with Xcode 4.2. So I gave up on that idea.
If I want to use just Xcode 4.2 built in technology, how can I achieve these kinds of buttons relatively easily? meaning
How can I create a button with Text and user selected values as shown in this screenshot? I am sure there are multiple ways of going about it.
The simplest way to achieve this is as follows. You don't need any external libraries.
Done!