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

  • @qianqian888
    @qianqian888 Рік тому +1

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

  • @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!

  • @andrejkling3886
    @andrejkling3886 Рік тому +1

    Good lessons Balaji…

  • @aqarys.devlog
    @aqarys.devlog 5 місяців тому

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

  • @famrac1000
    @famrac1000 8 місяців тому

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

    • @Kavsoft
      @Kavsoft  7 місяців тому +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]