When making a somewhat complicated iOS app you may need to change the width or height of a UIView. At times we also need to set a new value for the x position or the y position.
I created some methods to add functionality to class UIView. I have wanted this extension for so long, but Apple have failed to deliver.
Usage:
Easy? Yeh! See the extension below.
Enjoy!