When presenting a modal view controller on iOS 10, the preferredStatusBarStyle property is not honored. Instead, the status bar style remains set to the presented view controller's preferredStatusBarStyle.
This used to work in iOS 9 but appears to be broken in iOS 10.