In iOS when we apply transform methods to any UIView element like UIIMageView, UIView and all those UI Elements which inherits UIView properties. After applying transform to these views they get change and holds new transform values. In that case if you want to reset their transform value then you can do it very easy. Use below line of code to achieve it.
0 Comment(s)