iOS: Why do I have white, rounded corners on my modal view?

前端 未结 9 790
悲哀的现实
悲哀的现实 2021-01-02 00:37

I have a modal view popping up in my iPad app and for some reason it has white, rounded corners.

It might be worth noting I built this model view in my storyboard, n

9条回答
  •  轮回少年
    2021-01-02 01:04

    That's weird. Try self.view.layer.masksToBounds = YES; too if that works. You'll probably lose your view's shadows though.

    Come to think of it, that white thing probably comes from the view below your navigation bar.

提交回复
热议问题