MarkXiu
Results
2
issues of
MarkXiu
use deprecated API: `setStatusBarStyle(_:animated:)`.However, some mature applications use settings such as UIViewControllerBasedStatusBarAppearance = YES, so setting setStatusBarWhiteForeground has no effect。https://developer.apple.com/documentation/uikit/uiapplication/1622923-setstatusbarstyle
When there are many parameters and there is also a callback, multiple parameter objects and block objects are created every time the method is called, so is it really faster...
question