https://github.com/frog-frog/otresizableview
OTResizableView is a UIView library that can be resized with fingers.
https://github.com/frog-frog/otresizableview
ios ipad iphone resize swift uiview
Last synced: about 1 year ago
JSON representation
OTResizableView is a UIView library that can be resized with fingers.
- Host: GitHub
- URL: https://github.com/frog-frog/otresizableview
- Owner: Frog-Frog
- License: mit
- Created: 2017-08-30T12:38:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T01:21:27.000Z (over 8 years ago)
- Last Synced: 2025-04-10T00:16:42.157Z (about 1 year ago)
- Topics: ios, ipad, iphone, resize, swift, uiview
- Language: Swift
- Size: 40 KB
- Stars: 50
- Watchers: 2
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OTResizableView
## Description
OTResizableView is a UIView library that can be resized with fingers.
## Features
・Resize
・Keep aspect resize
・Move
・Change color
## Demo

## Usage
```swift
import OTResizableView
let resizableView = OTResizableView(contentView: yourView)
resizableView.delegate = self;
// If you want to change resizableView colors, you can customize here.
view.addSubview(resizableView)
```
## Install
### CocoaPods
Add this to your Podfile.
```PodFile
pod 'OTResizableView'
```
### Carthage
Add this to your Cartfile.
```Cartfile
github "PKPK-Carnage/OTResizableView"
```
## 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](https://github.com/PKPK-Carnage/OTResizableView/blob/master/LICENSE)
## Author
[PKPK-Carnage🦎](https://github.com/PKPK-Carnage)