iPhone how to create a full screen app?

前端 未结 5 1320
野性不改
野性不改 2021-02-01 18:35

I\'ve been trying to create a full screen view. I plan on using core graphics for rendering. I am new to iPhone development so please forgive this basic question.

Here\'

5条回答
  •  甜味超标
    2021-02-01 19:12

    Since I just found the answer I was looking for here, I may as well add that the above method is now depreciated. The modern method is:

    - (void)setStatusBarHidden:(BOOL)hidden withAnimation:(UIStatusBarAnimation)animation

    Thanks!

提交回复
热议问题