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:
1) Can a view-controller have multiple views simultaneously being drawn on the screen
2) If so, can I set location bounds for these views. Say I want a view 50x50 on the left side of the screen etc?
3) Can I specify the bounds via interface builder?
Thanks!