/StickerView

This is a sticker view with which you can zoom in/out, rotate, flip and move any kind of views by one touch handlers. (Swift 4, iOS 11.2, Xcode 9.2)

Primary LanguageSwift

StickerView

This is a sticker view with which you can zoom in/out, rotate, flip and move any kind of views by one touch handlers. (Swift 4, iOS 11.2 version)

What you can do with StickerView

  • add view which contains container view and handlers.
  • move
  • rotate / scale
  • flip
  • customize hanlders' image, size and visibility

Installation

Import StickerView.swift to your Xcode project. That's all.

How to use

You can have a look the sample project how to use StickerView, its easy to use and well commented.