Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.5 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.5 KB

PasswordGenerator_App

An app to generate random passwords based on specified parameters.

This project implements

  1. Custom animated LaunchScreen in launchScreen.storyboard.
  2. Utilization of UIView to improve user interface.
  3. NSAttributedString.
  4. @IBAction and @IBOutlet in UISlider, UIButton, UITextFieldView and UILabel.
  5. Generation of random elements in String data type.

Updates

  1. Added support for Dark Mode.
  2. Added haptic feedback using the UIImpactFeedbackGenerator() framework.
  3. Added support for "Toast Message" and animated using UIView.animate() method.

Animated LaunchScreen

User Interface and App Experience

Toast Message Demo