I want to display 7 UITextFiels in UITableView cell in one line. How can it be done.
Thanks.
Quote:
Originally Posted by funnylookinhat
No - You can't. The reason is that a UILabel does not possess a view property - so you can't make a UITextVield (View) the view within a UILabel.
What exactly are you trying to do? Having a UITextField inside a UILabel inside a UITableView seems quite roundabout.
|