Custom TableViewCell with TextField and first responder

Posted by Robb on Stack Overflow See other posts from Stack Overflow or by Robb
Published on 2009-07-15T22:17:07Z Indexed on 2010/04/30 23:07 UTC
Read the original article Hit count: 373

I have a custom TableView cell that contains a TextField and I want it to become the first responder as soon as the view is shown but [textcell.textfield becomeFirstResponder] does not work. I know it's because it's a custom cell in another class and I even tried it there and it didn't work. Anyone know how to pull this off?

Thanks...

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about cocoa-touch