Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Latest commit

 

History

History
56 lines (42 loc) · 3.04 KB

README.md

File metadata and controls

56 lines (42 loc) · 3.04 KB

app icon

InstaQR - Live Wallpaper Maker


InstaQR generates a live wallpaper by combining an image of your choice with a scannable QR code. The QR code stores your share action (any link such as a social media profile) and stays hidden until the live wallpaper is activated by pressing into the screen. Simply ask the person you would like to share your action with to open their camera app and point it at the QR code.

Preview

Installation

We use CocoaPods for our dependency manager. This should be installed before continuing.

To access the project, run the following:

git clone --recursive https://github.com/OlegAba/InstaQR.git
cd InstaQR/
pod install

Make sure to open the Xcode workspace!

Optionally add Unsplash API keys:

  1. Create Keys.plist at InstaQR/Resources/
  2. Add row for unsplashSecretKey with the respective value
  3. Add row for unsplashAccessKeywith the respective value

Build With

CocoaPods - Dependency manager
LivePhoto - A single-file library for working with Apple Live Photos
UnsplashPhotoPicker - iOS UI component that allows you to quickly search the Unsplash library
CropViewController - UIViewController subclass to crop out sections of UIImage objects, as well as perform basic rotations
SwiftyGif - High performance and easy to use Gif engine
EFQRCode - A lightweight, pure-Swift library for generating pretty QRCode image with input watermark or icon and recognizing QRCode from image

License

This project is licensed under the MIT License - see the LICENSE file for details