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.
我使用自定义徽章 2.0 创建了一个 custombagde。但是,在我切换到第二个活动段后,我遇到了以下问题,有人能帮我吗?
原来的
后
看起来您正在将徽章添加为分段控件的子视图,并且切换控件的值会重新排序其子视图,以便其中一个段覆盖您的徽章。两种可能的解决方案:
[theControl bringSubviewToFront:theBadgeView];