Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Status Bar Tint and Text Color IOS
Forum Updated to NodeBB v4.3 + New Features

Status Bar Tint and Text Color IOS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 438 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    arozon
    wrote on last edited by arozon
    #1

    I have had no problems with changing the status bar color on android but ios is giving me quite a pain. Launch Image and Icons i've got figured out.

    I've been able to achieve 2 results yet neither fit my needs. I don't need to have an app fullscreen nor do I plan to provide safe areas for specific devices. Secondly to respect apple guidelines i don't want to override the safearea

    See examples:

    Example 1

    Example 2

    Edit

    After going through a bit of documentation I think i may have found a solution but would still love some expert opinion

    // Only do this for ios
    
    int main() {
     if (QSysInfo::productType() == "ios")  { InitializeMyDelegate();};
    }
    

    Then through my delegate i wrap an Objective-C mm file and there i call basic global ios functions to set the storyboard global tint... A hack if you ask me thats why i would like some help.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved