備忘録。
この用途にあったメソッドがあった。
.simultaneousGestureをNavigationLinkにつけてあげれば良い↓
NavigationLink(destination: TradeView(trade: trade)) {
Text("Trade View Link")
}.simultaneousGesture(TapGesture().onEnded{
print("Hello world!")
})
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
備忘録。
この用途にあったメソッドがあった。
.simultaneousGestureをNavigationLinkにつけてあげれば良い↓
NavigationLink(destination: TradeView(trade: trade)) {
Text("Trade View Link")
}.simultaneousGesture(TapGesture().onEnded{
print("Hello world!")
})
Register as a new user and use Qiita more conveniently
Go to list of users who liked