How to access UITableViewCell's UITextView from the UIViewController?

Posted by Jacek on Stack Overflow See other posts from Stack Overflow or by Jacek
Published on 2010-06-14T17:54:05Z Indexed on 2010/06/14 18:02 UTC
Read the original article Hit count: 375

I have created my own UITableViewCell with XIB file. There's an UITextView inside. However, I don't know how to access its features and use its outlets with the UIViewController. What's the way to do it?

alt text

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview