https://github.com/hyperoslo/signature
UIView with signature support
https://github.com/hyperoslo/signature
Last synced: 10 months ago
JSON representation
UIView with signature support
- Host: GitHub
- URL: https://github.com/hyperoslo/signature
- Owner: hyperoslo
- License: other
- Created: 2015-04-18T23:47:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T12:53:39.000Z (about 7 years ago)
- Last Synced: 2025-08-14T04:51:52.473Z (10 months ago)
- Language: Objective-C
- Homepage:
- Size: 72.3 KB
- Stars: 48
- Watchers: 10
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://travis-ci.org/hyperoslo/Signature)
[](http://cocoadocs.org/docsets/Signature)
[](http://cocoadocs.org/docsets/Signature)
[](http://cocoadocs.org/docsets/Signature)
## Usage
```swift
let signatureView = HYPSignatureView(frame: self.view.frame)
self.view.addSubview(signatureView)
```
## Installation
**Signature** is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'Signature'
```
## Author
Hyper Interaktiv AS, ios@hyper.no
## Attribution
This is a fork from [PPSSignatureView](https://github.com/jharwig/PPSSignatureView).
## License
**Signature** is available under the MIT license. See the LICENSE file for more info.