The target screenshot want
First,I have read those link
- UIImagePickerController breaks status bar appearance
- How to hide status bar in UIImagepickercontroller?
- How to make UIImagePickerController StatusBar lightContent style?
All of the links use those API of UIApplication
- setStatusBarStyle:animated:
- setStatusBarHidden:withAnimation:
But,those API are deprecated in iOS 9.
So,how to get lightContent statusBar in iOS 9?