All Projects → zedoul → Zdstickerview

zedoul / Zdstickerview

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

Projects that are alternatives of or similar to Zdstickerview

Habitica Ios
Native iOS app for Habitica
Stars: ✭ 324 (-11.96%)
Mutual labels:  cocoapods
Ehhorizontalselectionview
Horizontal table view style controller
Stars: ✭ 346 (-5.98%)
Mutual labels:  cocoapods
Ssspinnerbutton
Forget about typical stereotypic loading, It's time to change. SSSpinnerButton is an elegant button with a diffrent spinner animations.
Stars: ✭ 357 (-2.99%)
Mutual labels:  cocoapods
Rxappstate
RxSwift extensions for UIApplicationDelegate methods to observe changes in your app's state
Stars: ✭ 328 (-10.87%)
Mutual labels:  cocoapods
Sclalertview
Beautiful animated Alert View. Written in Objective-C
Stars: ✭ 3,426 (+830.98%)
Mutual labels:  cocoapods
Pushnotificationmanager
Convenient and comprehensive api for push notification,provide 6 stems and 20 branchs' function,offer examples written by Objective-C and Swift respectively
Stars: ✭ 354 (-3.8%)
Mutual labels:  cocoapods
Serrata
Slide image viewer library similar to Twitter and LINE.
Stars: ✭ 322 (-12.5%)
Mutual labels:  cocoapods
Gcdobjc
Objective-C wrapper for Grand Central Dispatch
Stars: ✭ 358 (-2.72%)
Mutual labels:  cocoapods
Pagecontroller
Infinite paging controller, scrolling through contents and title bar scrolls with a delay
Stars: ✭ 344 (-6.52%)
Mutual labels:  cocoapods
Gzipswift
Swift framework that enables gzip/gunzip Data using zlib
Stars: ✭ 356 (-3.26%)
Mutual labels:  cocoapods
Tbuiautotest
Generating UI test label automatically for iOS.
Stars: ✭ 333 (-9.51%)
Mutual labels:  cocoapods
Persei
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
Stars: ✭ 3,395 (+822.55%)
Mutual labels:  cocoapods
Swiftymenu
Simple and Elegant Drop down menu for iOS 🔥💥
Stars: ✭ 356 (-3.26%)
Mutual labels:  cocoapods
Snapkit
A Swift Autolayout DSL for iOS & OS X
Stars: ✭ 18,091 (+4816.03%)
Mutual labels:  cocoapods
Dknightversion
Manage Colors, Integrate Night/Multiple Themes. (Unmaintained)
Stars: ✭ 3,559 (+867.12%)
Mutual labels:  cocoapods
Maplebacon
🍁🥓 Lightweight and fast Swift library for image downloading, caching and transformations
Stars: ✭ 322 (-12.5%)
Mutual labels:  cocoapods
Observable
The easiest way to observe values in Swift.
Stars: ✭ 346 (-5.98%)
Mutual labels:  cocoapods
Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+924.18%)
Mutual labels:  cocoapods
Mevhorizontalcontacts
An iOS UICollectionViewLayout subclass to show a list of contacts with configurable expandable items.
Stars: ✭ 358 (-2.72%)
Mutual labels:  cocoapods
Mfcard
Easily integrate Credit Card payments module in iOS App. Swift 4.0
Stars: ✭ 356 (-3.26%)
Mutual labels:  cocoapods

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. r-dent and sedwo contributed a lot.

Licence

ZDStickerView is distributed under the terms and conditions of the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].