Floating Window Panel for macOS SwiftUI - Xcode 14 - SwiftUI Tutorials

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 11

  • @priceringo1756
    @priceringo1756 ปีที่แล้ว

    Thank you for delving into the more esoteric longer form videos

  • @Hrodbert
    @Hrodbert ปีที่แล้ว +3

    Hi! Nice tutorial. Any idea why when placing a TextField inside the floating panel, when you click it, the input is not writable. You can double click to select text, but it's as like the text is not focusable.
    Thanks!

  • @FloWritesCode
    @FloWritesCode ปีที่แล้ว +4

    Great video! I wonder if you'd be able to turn this into a WindowScene, so it can be used in the App struct instead of e.g. a WindowGroup...

    • @Kavsoft
      @Kavsoft  ปีที่แล้ว

      🤔Good Idea, I will give it a try!

  • @qianqian888
    @qianqian888 ปีที่แล้ว +1

    thank you for your videos, I'm learning to build macos app, these videos are really helpful to me.

  • @andrejkling3886
    @andrejkling3886 ปีที่แล้ว +1

    Good lessons Balaji…

  • @aqarys.devlog
    @aqarys.devlog 6 หลายเดือนก่อน

    Hi! How can i animate it so it will appear sliding from bottom like iOS bottom sheet?

  • @famrac1000
    @famrac1000 9 หลายเดือนก่อน

    Great video! It's possible make an Floating Window for iphone?

    • @Kavsoft
      @Kavsoft  8 หลายเดือนก่อน +1

      Floating panel is only available for macOS!

  • @chetankachana414
    @chetankachana414 ปีที่แล้ว

    Hi! I have a question. How would you keep this panel above full screen windows?

    • @Kavsoft
      @Kavsoft  ปีที่แล้ว

      Yes, add this line below the super.init() in the FloatingPanelHelper.
      collectionBehavior = [.canJoinAllSpaces, .canJoinAllSpaces]