OTResizableView is a UIView library that can be resized with fingers.
・Resize
・Keep aspect resize
・Move
・Change color
import OTResizableView
let resizableView = OTResizableView(contentView: yourView)
resizableView.delegate = self;
// If you want to change resizableView colors, you can customize here.
view.addSubview(resizableView)
Add this to your Podfile.
pod 'OTResizableView'
Add this to your Cartfile.
github "PKPK-Carnage/OTResizableView"
If you want to support this framework, you can do these things.
-
Please let us know if you have any requests for me.
I will do my best to live up to your expectations.
-
You can make contribute code, issues and pull requests.
I promise to confirm them.