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

    Nanoscale Ceramic Film Boosts High-Frequency Performance

    November 7, 2025

    Hackers target massage parlour clients in blackmail scheme

    November 7, 2025

    Turning Security into Profit: Advanced VMware vDefend Opportunities for Cloud Service Providers

    November 7, 2025
    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 – Swiftui LazyVStack issue on iOS 17, 18

    November 6, 2025

    A deep dive into Collections, Sequences, and Iterators in Swift – Donny Wals

    November 5, 2025

    iOS 26.1 update: 5 features you don’t want to miss

    November 4, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Nanoscale Ceramic Film Boosts High-Frequency Performance

    November 7, 2025

    Hackers target massage parlour clients in blackmail scheme

    November 7, 2025

    Turning Security into Profit: Advanced VMware vDefend Opportunities for Cloud Service Providers

    November 7, 2025

    Developers decode their journeys from app ideas to App Store

    November 6, 2025
    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!

    Nanoscale Ceramic Film Boosts High-Frequency Performance

    November 7, 2025

    Hackers target massage parlour clients in blackmail scheme

    November 7, 2025

    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
      © 2025 bigteetechhub.All Right Reserved

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