Adding a child view at particular location in parent view.
- by user274926
I need to draw a child view containing a rectangle and button on top of the content view at particular location on the parent (content view).
How can I do this? Did not find an explicit way to set origin of child view?
Thanks.