Stack Info button above UIView in Utility App
Posted
by bgw
on Stack Overflow
See other posts from Stack Overflow
or by bgw
Published on 2010-06-11T16:50:19Z
Indexed on
2010/06/11
16:52 UTC
Read the original article
Hit count: 175
I've started creating a iPhone Utility app (main view and flip view). I want to draw some graphics in the Main view, so I dragged a UIView object onto it. This works, but I find that if I resize the UIView to fill the Main view, it covers the Info button that invokes the Flip view. Is there any way to get the Info button to appear on top of the UIView? In IB? In code?
© Stack Overflow or respective owner