【问题标题】:Set statusbar to hidden in C4在 C4 中将状态栏设置为隐藏
【发布时间】:2014-05-14 21:09:39
【问题描述】:

自 iOS7 以来,我一直很难在应用程序中隐藏状态栏。我已经尝试了another thread on SO 中的大部分技巧,但我仍然无法隐藏状态栏。我怎么能在 C4 中做到这一点?

【问题讨论】:

    标签: statusbar c4


    【解决方案1】:

    根据question,有一个技巧被列为答案之一:

    - (BOOL)prefersStatusBarHidden {
        return YES;
    }
    

    您需要将此添加到您的工作区。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-05-12
      • 2011-04-29
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多