顯示具有 status bar 標籤的文章。 顯示所有文章
顯示具有 status bar 標籤的文章。 顯示所有文章

2013/07/05

Hide Status Bar in iOS Apps / 隱藏 iOS Apps 的狀態列

If you want to hide status bar through whole app, just add code below in the "application:didFinishLaunchingWithOptions:" method inside app's delegate file

如果要再App中隱藏狀態列,把下面的 code 加入 App Delegate 檔案的 "application:didFinishLaunchingWithOptions:" method 中