Quantcast
Channel: Active questions tagged onhover - Stack Overflow
Viewing all articles
Browse latest Browse all 49

SwiftUI: How to add onHover to all buttons

$
0
0

This is for macOS, how to add onHover in the extension so that it applies to every Button in my app?

Button("Hello World") {    print("Hello World")   }   .onHover { inside in     if inside {         NSCursor.pointingHand.push()                                      } else {              NSCursor.pop()                }             }extension Button {//}

Viewing all articles
Browse latest Browse all 49

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>