Hey all, I'm playing around with my first iPhone app so I'm hoping
this group is still semi-active.
I want to use a number pad keyboard for text input, so need to add a
done button. I'm following Apple's example <
http://developer.apple.com/
iphone/library/samplecode/KeyboardAccessory/Introduction/Intro.html>
and trying to create an inputAccessoryView for my UITextField.
The thing I'm stuck on right now is trying to associate my
AccessoryView.nib file (with the view of the "Done" button) to the
view implementation file. How do you set the File's Owner property of
a nib file? I think if I set the file's owner, I can then link the
view to an UIView IBOutlet that I have declared in my main view
controller.
Can anybody help?
Thanks,
Eric