質問

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.

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top