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

    Our Path Forward – Cisco Blogs

    May 13, 2026

    Ryan Carson Is a One-Person Code Factory – O’Reilly

    May 13, 2026

    Amazon Redshift introduces AWS Graviton-based RG instances with an integrated data lake query engine

    May 13, 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

    ios – How to achieve the UI of the search tab in the App Store in Swift?

    May 13, 2026

    ios – How to add shadow to border?

    May 12, 2026

    My Outer Loop | Cocoanetics

    May 11, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Our Path Forward – Cisco Blogs

    May 13, 2026

    Ryan Carson Is a One-Person Code Factory – O’Reilly

    May 13, 2026

    Amazon Redshift introduces AWS Graviton-based RG instances with an integrated data lake query engine

    May 13, 2026

    Instagram hits the copy button again with new disappearing Instants photos

    May 13, 2026
    Timer Code
    15 Second Timer for Articles
    20
    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!

    Our Path Forward – Cisco Blogs

    May 13, 2026

    Ryan Carson Is a One-Person Code Factory – O’Reilly

    May 13, 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.