An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Signature](https://raw.githubusercontent.com/hyperoslo/Signature/master/Assets/cover.png)

[![CI Status](http://img.shields.io/travis/hyperoslo/Signature.svg?style=flat)](https://travis-ci.org/hyperoslo/Signature)
[![Version](https://img.shields.io/cocoapods/v/Signature.svg?style=flat)](http://cocoadocs.org/docsets/Signature)
[![License](https://img.shields.io/cocoapods/l/Signature.svg?style=flat)](http://cocoadocs.org/docsets/Signature)
[![Platform](https://img.shields.io/cocoapods/p/Signature.svg?style=flat)](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.