Skip to content

japsadev/QR_Drop

Repository files navigation

QR Drop - Scan & Generate

Adsız (2048 × 1080 piksel) (3840 × 1080 piksel)

App Store

https://apps.apple.com/tr/app/qr-drop-scan-generate/id6450382749?platform=iphone

Key Features

  • 4 Screen Design
  • Scan QR Code
  • Generate QR Code
  • Controllers and ViewModels connected with Delegate and Closure's
  • Xib used for UI Design
  • Compatible with iOS 13.0+
  • Lottie Animations
  • Dark Mode
  • Camera Permission and Alert
  • Saved QR Code Library Alert and Permission
  • Cross Platform
  • Live Video
QR.Drop.mp4

Swift Code Sample - Key Features

This repository contains a Swift code sample consisting of multiple view controllers that form a basic application design. The code showcases several key features and functionalities. Let's take a closer look at each view controller and its corresponding features:

ViewControllerFirst

QR code and barcode scanning functionality. The "scanningButton" initiates the scanning process if the scanner is available and supported. The scanned text or barcode information is processed through the "didTapOn" function.

ViewControllerSecond

QR code generation functionality. The "generateButton" generates a QR code based on the entered text. The generated QR code is displayed in the qrImageView. The "saveButton" allows the user to save the generated QR code to their device's photo library.

ViewControllerThird

Application settings and communication functionality. The "modeSwitch" enables the user to switch between light and dark themes. The "emailButtonTapped" function initiates the process of sending an email. The "aboutButton" transitions the user to the ViewControllerFourth screen.

ViewControllerFourth

Information page about the application. The "backButton" allows the user to navigate back to the previous screen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages