brunoparrinello / ItsHotInHere

Temperature Converter Fahrenheit to Celsius and vice versa.
0 stars 0 forks source link

First commit of Temperature Converter #1

Open brunoparrinello opened 10 years ago

brunoparrinello commented 10 years ago

Hello,

could you please give me feedback on the temperature converter when you have a chance? I did not use the delegate, since I had questions on how to use it with multiple fields (even after watching the video). I'll try to look into it but would welcome some tips. :)

/cc @timothy1ee @nesquena

Thanks!

timothy1ee commented 10 years ago

Check out this video for help with UITextField delegates: http://www.youtube.com/watch?v=c5SRKfGiHSg. For multiple UITextFields, note that delegate methods start with a textfield as the first parameter.

brunoparrinello commented 10 years ago

Hi there,

thanks for the video and tip! I replaced the listeners with the delegate, please let me know if this is correct.

Thanks for any additional feedback you may have.

timothy1ee commented 10 years ago

Looks good. As for the decimal pad, see the discussion here: https://canvas.instructure.com/courses/832436/discussion_topics/1929300