I will explain my project before I get into my question. On the first view you select either UK shoe size (button) or US shoesize (button). then it brings you to another view which has 2 text boxes.(labeled women or mens) If you select men and type a "9" then in the background it does this equation (21.75 + shoeSize) / 3= ans
.
It will then take the answer and do this answer / 12 = Feet
. Then one the next screen it will have a label that says "how many feet?" then you enter how many feet. In the background it will do this feet * whateverYouPutInBox = steps
. Then display the answer on a new screen. I need to know how to do the background equations! (I'm new to iOS programming) this may seem simple to most people. But please help me. If you need anything explained please reply!