Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcholic/resizableview
An iOS library for making user-resizable UIView objects
https://github.com/rcholic/resizableview
ios resizable swift3 uiimageview uiview user
Last synced: about 1 month ago
JSON representation
An iOS library for making user-resizable UIView objects
- Host: GitHub
- URL: https://github.com/rcholic/resizableview
- Owner: rcholic
- License: mit
- Created: 2017-03-20T00:21:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T19:49:48.000Z (over 3 years ago)
- Last Synced: 2024-10-01T16:50:04.389Z (about 2 months ago)
- Topics: ios, resizable, swift3, uiimageview, uiview, user
- Language: Swift
- Size: 89.8 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ResizableView
[![CI Status](http://img.shields.io/travis/rcholic/ResizableView.svg?style=flat)](https://travis-ci.org/rcholic/ResizableView)
[![Version](https://img.shields.io/cocoapods/v/ResizableView.svg?style=flat)](http://cocoapods.org/pods/ResizableView)
[![License](https://img.shields.io/cocoapods/l/ResizableView.svg?style=flat)](http://cocoapods.org/pods/ResizableView)
[![Platform](https://img.shields.io/cocoapods/p/ResizableView.svg?style=flat)](http://cocoapods.org/pods/ResizableView)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
ResizableView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "ResizableView"
```## Author
rcholic, [email protected]
## License
ResizableView is available under the MIT license. See the LICENSE file for more info.