I am working through the iPhone_3 Development book by Dave Mark and I have a quick question arising from chapter_6 with regards to the way the UIToolbar is placed over the underlying view.
In the example in the book there are 2 controllers with associated views (blueView & yellowView) and a 3rd switchController (UISwitchController). Both the "yellow" & "blue" views are placed behind the view controllers view using atIndex:0 The only object on the view controllers view is a UIToolbar.
My question is how does the view controllers view know to make the area above the UIToolbar transparent so that you can see through to the "yellow" or "blue" views, whilst at the same time keeping the toolbar from that view visible?
Does that make any sense,
gary