0

I have a UITableView with custom cell XIB. The custom cell has two labels and one UITextView. It all works fine, however I noticed that when I press on the labels or the UITextView, nothing happens. Its only when I press an area of the cell which is not covered by the labels or the UITextView that the cell will respond.

How can I make the cell respond to anything that is touched in the cell?

Thanks, Dan.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Supertecnoboff
  • 6,406
  • 11
  • 57
  • 98
  • labels are not touchable by default. but textfeild should get clicked. Have you added any other view over cell? Give some code – Durgaprasad Jul 23 '13 at 10:02
  • Thanks @Durgaprasad - I completely forgot about the interaction option in Interface builder. Problem has been solved. – Supertecnoboff Jul 23 '13 at 10:06

1 Answers1

0

Yeah basically I forgot to select the interaction option in Interface Builder. lol...

Supertecnoboff
  • 6,406
  • 11
  • 57
  • 98