add: comment

This commit is contained in:
Yusuke Hosonuma
2020-08-14 22:25:30 +09:00
parent 7057a6156e
commit 0bc362d4a2
@@ -40,6 +40,8 @@ struct BoardContainerView: View {
.scaleEffect(latestScale * currentScale)
.offset(x: offset.x, y: offset.y)
.gesture(dragGesture())
// Not working in real devices (beta 4)
// https://developer.apple.com/forums/thread/653022
.simultaneousGesture(magnificationGesture())
}
.frame(width: geometry.size.width, height: geometry.size.height)