一般隱藏/顯示方法
// 顯示狀態(tài)欄 [[UIApplication sharedApplication] setStatusBarHidden:NO];
// 隱藏狀態(tài)欄 [[UIApplication sharedApplication] setStatusBarHidden:YES];
如果以上方法無用
// 在Info.plist添加一個新的row,"View controller-based status bar appearance",然后把鍵值設(shè)置為NO.
本人初探 samurai 框架時遇到的問題
Github: https://github.com/hackers-painters/samurai-native
中文介紹:https://github.com/hackers-painters/samurai-native/blob/master/README_CN.md