Floating a UILabel above OpenFlow
Posted
by Edward
on Stack Overflow
See other posts from Stack Overflow
or by Edward
Published on 2010-01-07T16:36:29Z
Indexed on
2010/04/26
7:03 UTC
Read the original article
Hit count: 317
How do you get a UILabel to float above Alex Fajkowski's implementation of CoverFlow called OpenFlow?
Ok I've figured it out. I just had to use bringSubviewToFront with the UILabel.
Thanks to everybody who answered.
© Stack Overflow or respective owner