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

    US Army announces contract with Anduril worth up to $20B

    March 15, 2026

    Threat Protection Updates in Secure Firewall 10.0

    March 15, 2026

    The MacBook Neo is ‘the most repairable MacBook’ in years, according to iFixit

    March 15, 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»swift – TipGroup tip presented as sheet iOS 18 instead of a popover tip
    iOS Development

    swift – TipGroup tip presented as sheet iOS 18 instead of a popover tip

    big tee tech hubBy big tee tech hubNovember 4, 2025012 Mins Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    swift – TipGroup tip presented as sheet iOS 18 instead of a popover tip
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    While using TipKit’s TipGroup I encountered what I believe to be a bug:
    The second tip of the TipGroup is presented as a sheet.

    TipGroup issue on iOS 18, showing a tip as a sheet

    I’ve watch the two WWDC sessions about TipKit and the implementation looks good.

    Has anyone got this issue too ? And found a solution ?

    You can reproduce it when running on iOS 18 with the code below. I have the issue on simulator using iOS 18.6 and on a device using the latest iOS 18.7.1, but so far I can’t reproduce on iOS 26.

    import SwiftUI
    import TipKit
    
    @main
    struct MyApp: App {
        var body: some Scene {
            WindowGroup {
                TipKitTestView()
                    .task {
                        try? Tips.resetDatastore()
                        try? Tips.configure()
                    }
            }
        }
    }
    
    struct TipKitTestView: View {
        @State
        var tips = TipGroup {
            Tip1()
            Tip2()
        }
        var body: some View {
            HStack {
                Text("Hello")
                    .popoverTip(tips.currentTip as? Tip1)
                Text("World")
                    .popoverTip(tips.currentTip as? Tip2)
            }
        }
    }
    
    struct Tip1: Tip {
        var title: Text {
            Text("tip #1")
        }
        var message: Text? {
            Text("short message inside the tip")
        }
        var image: Image? {
            Image(systemName: "eye")
        }
    }
    
    struct Tip2: Tip {
        var title: Text {
            Text("tip #2")
        }
        var message: Text? {
            Text("short message inside the tip")
        }
        var image: Image? {
            Image(systemName: "trash")
        }
    }
    



    Source link

    iOS popover presented sheet Swift tip TipGroup
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    tonirufai
    big tee tech hub
    • Website

    Related Posts

    swift – Replacing a SFSafariViewController in UITests for an iOS app

    March 15, 2026

    android – Using a custom WebView instead of the main Capacitor WebView while still accessing all Capacitor plugins

    March 14, 2026

    ios – SwiftUI toolbar symbol change without popping

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

    Editors Picks

    US Army announces contract with Anduril worth up to $20B

    March 15, 2026

    Threat Protection Updates in Secure Firewall 10.0

    March 15, 2026

    The MacBook Neo is ‘the most repairable MacBook’ in years, according to iFixit

    March 15, 2026

    Which Outsourcing Software Destination to Choose in Europe?

    March 15, 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!

    US Army announces contract with Anduril worth up to $20B

    March 15, 2026

    Threat Protection Updates in Secure Firewall 10.0

    March 15, 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.