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 beta 6ます。すべて正常に動作していますが、小さなタブバー反射レイヤーがタブバーの上に表示されます。なぜこれが表示されるのかわかりません。
iOS beta 6
正確にどのように見えるかのスクリーンショットを添付しました。
誰でも私を助けることができますか?
私はこの問題を解決しました。理由はわかりませんが、動作します。
私は [self.tabBarController.tabBar addSubview:bgImgView]代わりに使用しました
[self.tabBarController.tabBar addSubview:bgImgView]
[self.tabBarController.tabBar insertSubview:bgImgView atIndex:1]
iOS 6で動作します。タブバーの反映がなくなりました。