Cemal BAYRI
Results
1
comments of
Cemal BAYRI
trafficstars
@genaks Hi You can add pinch gesture recognizer and add it to spreadSheetView then you can scale spreadSheadView like below: @objc func zoom(sender:UIPinchGestureRecognizer) { if sender.state == .began || sender.state...