iPhone TableView above a TextView: TableView doesn't respond to events -
Consider a regular one in the iPhone:
1.A Cambodia is
< P> 2. Under Companobox there is a TextView. (Not overlap)3. When the kickbox is clicked, the tableviewview becomes visible and overlaps with the textview.
4. Tableview is at the top of textview.
5. When a cell is touched in the TableView, the textView responds, the tableview does not get the event.
Now I think that if the responsive chain is down-bug, then TextView receives the incident because its depth is less than the table view.
What is the best way to solve this problem?
Is your text view set as a tableview representative?
If you are using event methods like DidSelectRowAtIndexPath, your delegates can not be assigned properly if you are using touch events, multi-touch is not enabled in Table Vision It is possible.
Comments
Post a Comment