Space between custom UITabBar and ViewController

前端 未结 4 1334
抹茶落季
抹茶落季 2021-02-09 20:34

I took a regular UITabBar and changed it\'s background image to a custom one which has a lower height, so I changed the height of the frame

4条回答
  •  余生分开走
    2021-02-09 21:08

    If changing the frame like @JoaT mentioned doesn't work make sure the view controller's view has the correct autoresizing mask set.

    This SO link may be helpful.

提交回复
热议问题