Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 iOS 开发的新手,我在 iOS 中创建了自定义轮播视图。carrousel 中的所有视图都以 360 度旋转,但是当我在前视图上添加 UILabel 时出现问题,然后它变得模糊..
我从某处读取的帧可能设置为浮点数并使用 [lbl setFrame:CGRectIntegral(lbl.frame)]; 但是我试过这个,这种类型不是我的情况。
为什么会这样?
请帮我...
谢谢..
我认为,您UILabel被其他观点所掩盖。试试[myView bringSubviewToFront:myLabel]。祝你好运!
UILabel
[myView bringSubviewToFront:myLabel]