Skip to content

SwiftUI (iphone) calculator app for arithmetic calculations with safe deivision.

License

Notifications You must be signed in to change notification settings

RobertNeat/Arithmetic_calculator

Repository files navigation

Arithmetic_calculator

SwiftUI calculator app for mobile devices (IPhones) that reads two numbers specified by user then parses them to numbers and makes arithmetic operation on them (addition/subtraction/multiplication/division) with checks if the operation is possible.

Features

The app features:

  • text input field read,
  • arithmetic operation select,
  • safe operation mode with exception checks.

Installation

To use/install the app you have to have installed XCode IDE in the MacOS. Simply launch the IDE and the preffered simulator.

Screenshots

  1. First app launch

  1. Addition operation between 4 and 3

  1. Subtraction operation between 4 and 3

  1. Multiplication operation between 4 and 3

  1. Division operation between 4 and 3 (with secured by zero division)

About

SwiftUI (iphone) calculator app for arithmetic calculations with safe deivision.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages