Have a question on how can I update my formula by NSUserDefault. So I have two text field which needs to keep my Formula uptodate. So the user types in there number (value) then that numbers needs to go to my formula but the formula only showing me the distance value :).
Share
I tried your code with some changes. Here are my
.hfile and.mfiles. Try this. Now also I didn’t understand what your trying to find out, but this code gives me the values not anan. While you writing code, don’t forget to start your variable name in small letter that is a standard way. And also useselfif you set a variable as property.ViewController.hViewController.mAnd the result in Simulator is

Don’t forget to connect
delegatesandIBOutletfrom interface builder.