Andrew
Andrew

Reputation: 3892

Allow input in a UITableViewCell

So I have a UITableView (its in a UIPopOverController if that matters), and I want the user to be able to edit the content of the tableView. I added a UINaviagationController, the tableView also has a title and an edit button. Essentially what I'm asking is, when the user taps the edit button, how can I add like UITextViews to some of the tableViews and in one of the cells, a UISegmentControl and a UITextView.

Thanks in advance

Upvotes: 0

Views: 386

Answers (1)

MeloS
MeloS

Reputation: 7938

just add them as subviews of the cell, set correct frame to make subviews inside the cell

Upvotes: 0

Related Questions