Hi - I have a question about making a UITextField contained inside a custom InputAccessory. I've been able to do the accessory input no problem, but getting the UITextField to actually be the first responder and type properly is giving me fits. I want this to work just like who the Numbers App works so that you do your typing into a TextField in the Accessoryinput and it just updates a cell in the "Excel Cell". I've attached a sample app for clarification. I make it the 1st responder but the original textField also has first responder.
↧