TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Nov 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by Tomosuke Okada.
OTResizableView is a UIView library that can be resized with fingers.
Resize and move your UIView. Change OTResizableView’s grip point and outline color.
import OTResizableView
let resizableView = OTResizableView.init(contentView: yourView)
resizableView.delegate = self;
// If you want to change resizableView colors, you can customize here.
self.view.addSubview(resizableView)
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.