I'm having trouble creating a view hierarchy. I'm developing a custom UIView
to display a list.
Here is what I would like to achieve:
Instead, I'm getting the following weird output:
I want the OK button to be at a specific X,Y position.
**My Current View Hierarchy is like **
- UIView
- ContainerView-(CustomView to show tableview with UIButton)
- ContainerView contains UITableView,UILabel,UIButton (with titled OK )
Sorry for my English :)