kalmesh123 / TemperatureConverter

0 stars 0 forks source link

Please review my app #1

Open kalmesh123 opened 11 years ago

kalmesh123 commented 11 years ago

/cc @nesquena @timothy1ee

timothy1ee commented 11 years ago

Looks good. I see you've successfully created a nib and wired it up to IBOutlets and IBActions and used the delegate pattern. Note that you should move all private methods to the class extension. You currently have them in the public interface.