Roger Molas
Roger Molas
**Temporary Solution:** During Selection tool state, i disable the drawing view touches and added `UIPinchGestureRecognizer` to image view to handle the pinch. keep the reference of `drawingView.toolSettings.selectedShape` as the current...
```swift @IBAction func resizeAction(sender: UIButton) { guard drawingView.toolSettings.selectedShape != nil else { let alert = UIAlertController(title: "No Selected Shape", message: "Please use selection toool and select shape you wish to...