Jump to content
Joe Sansalone

iPhone statusbar color

Recommended Posts

Hi,

 

I remember something in the most recent versions of Delphi, that we can enable iOS mobile 

app to also include the top statusbar on iPhone ... make it same color like form.

 

Do we need to set a global var in project source file?  

If so, what is it?  I totally forgot.

 

Thanks,

Joe

 

Share this post


Link to post

try this:

Quote

  Form1.SystemStatusBar.BackgroundColor := << color >>;
  Form1.SystemStatusBar.Visibility      := TFormSystemStatusBar.TVisibilityMode.Visible;

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×