reset view rotation angle to zero in swift ios
问题 I'm able to rotate UIView by 90 degree and also able to get rotation angle. Need to implement--->reset myView rotation angle value to 0 but view position/direction should not go previous rotation/position value on UI and then if i rotate it has to start rotate from same position/direction and it's rotation angle need to start from 0. I rotated view 90 degree by tapping on rotate button as below screen. Here is the implementation code @IBOutlet weak var myView: UIView! @IBAction func rotateBtn