Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zedoul/ZDStickerView
ZDStickerView is an Objective-C module for iOS and offers complete configurability, including movement, resizing, rotation and more, with one finger.
https://github.com/zedoul/ZDStickerView
cocoapods ios stickers
Last synced: 3 months ago
JSON representation
ZDStickerView is an Objective-C module for iOS and offers complete configurability, including movement, resizing, rotation and more, with one finger.
- Host: GitHub
- URL: https://github.com/zedoul/ZDStickerView
- Owner: zedoul
- License: mit
- Created: 2013-04-01T06:30:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T20:30:11.000Z (over 6 years ago)
- Last Synced: 2024-07-18T16:26:42.542Z (4 months ago)
- Topics: cocoapods, ios, stickers
- Language: Objective-C
- Homepage: https://www.cocoacontrols.com/controls/zdstickerview
- Size: 473 KB
- Stars: 375
- Watchers: 27
- Forks: 92
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ZDStickerView
ZDStickerView is an Objective-C module for iOS and offers complete configurability, including movement, resizing, rotation and more, with one finger.
[![](https://github.com/zedoul/ZDStickerView/blob/develop/SCREENSHOT.png?raw=true)](https://github.com/zedoul/ZDStickerView/blob/develop/SCREENSHOT.png?raw=true)
[![](http://code4app.qiniudn.com/photo/51da3bcb6803faab15000001_11.gif)](http://code4app.qiniudn.com/photo/51da3bcb6803faab15000001_11.gif)How To Use It
=============### Installation
Include ZDStickerView folder in your project.
### Setting up the ZDStickerView
You'll need to #import the ZDStickerView.h header and construct a new instance of ZDStickerView. Then, set the contentView on the ZDStickerView to the view you'd like the user to interact with.
For an example of how to use ZDStickerView, please see the included example project.
### Features
Longpress event is disabled by default. If you want enable it, just define it in .pch file follows:
```c
#define ZDSTICKERVIEW_LONGPRESS
```Credits
========I started from [TDResizerView](https://github.com/Thavasidurai/TDResizerView) and [SPUserResizableView](https://github.com/spoletto/SPUserResizableView). [r-dent](https://github.com/r-dent) and [sedwo](https://github.com/sedwo/ZDStickerView) contributed a lot.
Licence
========
ZDStickerView is distributed under the terms and conditions of the MIT license.