Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.06 KB

Calculator

PET project: calculator app UIKit swift


Screenshots

About it

  • This is my first project on Swift.
  • It is usual calculator with default operations.
  • In the project i tried to keep track of all edge cases.

Functionality

  • simple mathimatical operations
  • changing the sign of the number by the button
  • deleting a number by one character
  • supports working with floating-point numbers
  • on the second screen you can customize color of calculator button (equally)

Installation

  1. Clone the repo via git clone command.
https://github.com/MustafaNatur/Calculator-app-UIKit-swift.git
  1. Open in Xcode
open Calculator.xcodeproj