Open kalmesh123 opened 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.
/cc @nesquena @timothy1ee