Quote:
Originally Posted by kgupta
Can we display a UITextField in side a UILabel and this UILabel is a cell in UITableView.
|
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.