Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 521 Bytes

File metadata and controls

16 lines (12 loc) · 521 Bytes

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.