Tab bar background is missing on iOS 7.1 after presenting and dismissing a view controller

后端 未结 3 1234
暖寄归人
暖寄归人 2020-12-08 21:34

I\'ve tried my app on iOS 7.1 and I found that the tab bar background disappears on a few occasions. I was able to track them down; it happens when:

  • pushing a
3条回答
  •  春和景丽
    2020-12-08 22:13

    Go in your Main.storyboard and select your MKMapView to highlighted it (cf. in Navigator area you can select « Map View »). Then look carefully where is the bottom "white square": move it up the bottom bar! In the size inspector, you can check where you place the « anchor » or view origin for this view (cf. top-left hand side in your project). This explains why it’s ok for iphone 5 which has a bigger height screen.

提交回复
热议问题