Possible Duplicate:
UITableView and keyboard scrolling issue
In have a UIView
with in that I have its subview UITableView
and on UITableViewCells
I have UITextView
where user can enter a text, now i want to get the POSITION of that UITextView which is currently tapped by user.
UIToucheBegan is not calling on subviews of a UIView means from UITableView.