iphone sdk 3.0 - adding selected numbers together -


I am working on a project that requires adding the selected numbers together and showing the answer. So if I say 10 textfield with numbers and the user chooses the three, then I want to show that total.

Thanks

The first question is how the user chooses "text fields" is?

Then it is just writing a method that uses the same selection criteria to add values.


Comments