jakeleveroni / PolaroidView

A custom UIVIew for iOS that tries to replicate the feeling of a polaroid picture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name

A Custom UIView that tries to mimic the look and feel of a polaroid picture

Installation

There is no easy way to install at the moment, im working on turning this project into a Cocoapod but for now just clone the repo and add the UIPolaroidView.swift and the ExtensionMethods.swift files to your project

Usage

A custom UIView that looks like a polaroid picture, very easy to integrate. Just create the polaroid UIView and initialize it using the PolaroidViewBuilder defined in PolaroidView.swift

Example Output:

Could not fetch example image

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

version 0.1.0 - Initial release

Credits

ryancstack - UPdated the way the PolaroidView is created and how it is laid out in its parent view

Future Features

  • Automatic resizing/scaling of images for the main image view
  • More customizeable i.e. Fonts, Colors, Buttons etc.
  • More flexible layout for better resizing across different device sizes
  • Turn project into a Cocoapod for easy project integration
  • Other community feedback... if there is any

License

This is an open source project liscences under the Apache License Version 2.0

About

A custom UIVIew for iOS that tries to replicate the feeling of a polaroid picture.


Languages

Language:Swift 100.0%