Here's a hypothetical question:
Say I subclass a UIView
that draws a triangle and I want this triangle uiview to part of the screen. And then say I subclass another UIView
that draws a rectangle and I want the rectangle to take part of the screen.
In other words:
- Can a view-controller have multiple views simultaneously being drawn on the screen
- If so, can I set location bounds for these views. Say I want a view 50x50 on the left side of the screen etc?
- Can I specify the bounds via interface builder?