PET project: calculator app UIKit swift
- 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.
- 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)
- Clone the repo via git clone command.
https://github.com/MustafaNatur/Calculator-app-UIKit-swift.git
- Open in Xcode
open Calculator.xcodeproj