OTResizableView 1.3

OTResizableView 1.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Tomosuke Okada.



OTResizableView

Description

OTResizableView is a UIView library that can be resized with fingers.

Features

Resize and move your UIView. Change OTResizableView’s grip point and outline color.

Demo

OTResizableVIewDemo.gif

Usage


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)


Help

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.

Licence

MIT

Author

PKPK-Carnage🦎