I'd like to get parent view of UITextField on my user defined cell. What I've tried is just call superview method and it returns UIView, not a my cell view. So I invoked superview several times.
UITextField -> UIView -> UITableViewCellContentView -> MyCellView
There're two more unexpected view. What are those and WHY?
add desc.) I've made my own cell and there's an UITextField.