Skip to content

ZDStickerView is the Objective-C module for iOS and offers complete configurability, including movement, resizing, rotation and more, with one finger.

License

Notifications You must be signed in to change notification settings

yecoco/ZDStickerView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZDStickerView

ZDStickerView is an Objective-C module for iOS and offers complete configurability, including movement, resizing, rotation and more, with one finger.

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:

    #define ZDSTICKERVIEW_LONGPRESS

Credits

I started from TDResizerView and SPUserResizableView.

Also sedwo fixed lots of codes.

Licence

Copyright (c) 2013 Seonghyun Kim, Scipi. This code is distributed under the terms and conditions of the MIT license.

About

ZDStickerView is the Objective-C module for iOS and offers complete configurability, including movement, resizing, rotation and more, with one finger.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%