ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Thank you for delving into the more esoteric longer form videos
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!
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...
🤔Good Idea, I will give it a try!
thank you for your videos, I'm learning to build macos app, these videos are really helpful to me.
Good lessons Balaji…
Hi! How can i animate it so it will appear sliding from bottom like iOS bottom sheet?
Great video! It's possible make an Floating Window for iphone?
Floating panel is only available for macOS!
Hi! I have a question. How would you keep this panel above full screen windows?
Yes, add this line below the super.init() in the FloatingPanelHelper.collectionBehavior = [.canJoinAllSpaces, .canJoinAllSpaces]
Thank you for delving into the more esoteric longer form videos
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!
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...
🤔Good Idea, I will give it a try!
thank you for your videos, I'm learning to build macos app, these videos are really helpful to me.
Good lessons Balaji…
Hi! How can i animate it so it will appear sliding from bottom like iOS bottom sheet?
Great video! It's possible make an Floating Window for iphone?
Floating panel is only available for macOS!
Hi! I have a question. How would you keep this panel above full screen windows?
Yes, add this line below the super.init() in the FloatingPanelHelper.
collectionBehavior = [.canJoinAllSpaces, .canJoinAllSpaces]