Close Menu
  • Home
  • AI
  • Big Data
  • Cloud Computing
  • iOS Development
  • IoT
  • IT/ Cybersecurity
  • Tech
    • Nanotechnology
    • Green Technology
    • Apple
    • Software Development
    • Software Engineering

Subscribe to Updates

Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

    What's Hot

    Automated tag-based DAG permission management in Amazon MWAA

    April 1, 2026

    AI Rewires Construction Safety Culture

    April 1, 2026

    ios – Setting largeSubtitleTextAttributes doesn’t do anything

    April 1, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Big Tee Tech Hub
    • Home
    • AI
    • Big Data
    • Cloud Computing
    • iOS Development
    • IoT
    • IT/ Cybersecurity
    • Tech
      • Nanotechnology
      • Green Technology
      • Apple
      • Software Development
      • Software Engineering
    Big Tee Tech Hub
    Home»iOS Development»ios – Setting largeSubtitleTextAttributes doesn’t do anything
    iOS Development

    ios – Setting largeSubtitleTextAttributes doesn’t do anything

    big tee tech hubBy big tee tech hubApril 1, 2026021 Min Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    ios – Setting largeSubtitleTextAttributes doesn’t do anything
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    I am trying to customize my navigation title and subtitle in iOS 26. But it seems like setting largeSubtitleTextAttributes on UINavigationBarAppearance doesn’t seem to do anything.

    So for a view with something like this:

    NavigationStack {
        // content
        .navigationTitle("Title")
        .navigationSubtitle("Subtitle")
    }
    

    I am setting the appearance:

    let appearance = UINavigationBarAppearance()
    
    // Large title
    appearance.largeTitleTextAttributes = [.foregroundColor: UIColor.green]
    appearance.largeSubtitleTextAttributes = [.foregroundColor: UIColor.yellow]
    
    // Inline title
    appearance.titleTextAttributes = [.foregroundColor: UIColor.blue]
    appearance.subtitleTextAttributes = [.foregroundColor: UIColor.red]
            
    let navAppearance = UINavigationBar.appearance()
    navAppearance.standardAppearance = appearance
    
    Large Inline
    large inline

    Here we can see that when we scroll, the title shrinks to the inline style, and the color changes from green to blue. But the subtitle is red the entire time. If I remove the subtitleTextAttributes, then the subtitle is the default color in both cases.

    Is this is a bug with UINavigationBarAppearance Or am I doing something wrong? I’ve tried with both a SwiftUI view in a NavigationStack and a UIKit view in a UINavigationController, and the behavior is the same.

    I have been able to get this to work with UIKit using navigationItem.attributedSubtitle and navigationItem.largeAttributedSubtitle, and it switches between both appropriately. But obviously I can’t do the same in SwiftUI.



    Source link

    doesnt iOS largeSubtitleTextAttributes Setting
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    tonirufai
    big tee tech hub
    • Website

    Related Posts

    SwiftButler | Cocoanetics

    March 31, 2026

    How to detect shelf horizontal angle deviation in a mobile app? (iOS and Android)

    March 30, 2026

    ios – How to change toolbar title color in SwiftUI when running on macOS Catalyst?

    March 29, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Automated tag-based DAG permission management in Amazon MWAA

    April 1, 2026

    AI Rewires Construction Safety Culture

    April 1, 2026

    ios – Setting largeSubtitleTextAttributes doesn’t do anything

    April 1, 2026

    Our Favorite Affordable Air Purifier Is Temporarily Even Cheaper

    March 31, 2026
    About Us
    About Us

    Welcome To big tee tech hub. Big tee tech hub is a Professional seo tools Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of seo tools, with a focus on dependability and tools. We’re working to turn our passion for seo tools into a booming online website. We hope you enjoy our seo tools as much as we enjoy offering them to you.

    Don't Miss!

    Automated tag-based DAG permission management in Amazon MWAA

    April 1, 2026

    AI Rewires Construction Safety Culture

    April 1, 2026

    Subscribe to Updates

    Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

      • About Us
      • Contact Us
      • Disclaimer
      • Privacy Policy
      • Terms and Conditions
      © 2026 bigteetechhub.All Right Reserved

      Type above and press Enter to search. Press Esc to cancel.