Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

kingdev29/SignatureView

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Signature View

It is a UIView subclass by which you can draw signature and you can also get an image of that signature in your applications.

Why it is useful to you and what is new in it ?

It is a well structured components, It is using bezier path for drawing signature which is very fast and you can also get image of your signature. It will definitely make your app much interesting with its animations.

How to use

Import this files

SignatureView.h, SignatureView.m

  • Add it into your view controller like:
[self.view addSubview:signatureView];```

- **Clear drawing by:** 

```[signatureView clear];```

- **Get signature Image by** 

```[signatureView image];```

- **you can change signature color by ** 

```#define INITIAL_COLOR [UIColor blackColor];```
```#define FINAL_COLOR [UIColor blackColor];```


License
=====================
KingDev


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.