Getting Textview value inside UITableViewCell
I have a Custom UITableViewCell with a UILabel and a UITextField, and I have a action on a rightBarButtonItem that call a methods that need the value types inside one of the textviews that are inside de custom UITableViewCell.
Does anyone knows how to do that?
An example would be great!
|