How to access UITableViewCell's UITextView from the UIViewController?
- by Jacek
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?