Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 807 Bytes

File metadata and controls

15 lines (10 loc) · 807 Bytes

iOS SimpleCalculator

A simple calculator app for iOS.

Features:

  • Four-function calculator with bonus +/- and % operations, just like the portrait mode of the iOS calculator app
  • Supports multiple calculator instances (scenes) on iPad
  • Decent test coverage for the calculator model
  • Settings app page that allows you to toggle between UIKit and SwiftUI front ends without restarting the app