Does anyone know how to set the status bar font colour to white on ios using delphi?
i have tried updating the plist file and calling
TUIApplication.Wrap(TUIApplication.OCClass.sharedApplication).setStatusBarStyle(UIStatusBarStyleLightContent);
but nothing changes when I do so.