I wonder if anyone else is facing the same problem. I have a UITextView field placed in a UITableViewCell. Sometimes it does not display text. When I click or browse a table view, it appears. Any guesses?
More details:
I call a method in the viewDidLoad method that calls a web service to retrieve some data. When receiving data, I set the values ββof UILabel and UITextView. The UILabel values ββlook great, but the UITextView (sometimes) doesn't display the value until I go into subview or go up and down to view the area associated with the UITextView. I am showing UILabel and UITextView objects in a UITableViewCell. I call [tableView reloadData] immediately after setting the values ββin UILabel and UITextView, but I do not recreate the UITableViewCell.
Thanks for your answer and pointers.
source share