Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 258 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 258 Bytes

StackCalculator

This is my first try implementing a macOS application using the new SwiftUI framework from Apple. The Buttons are custom and are using a gesture recognizer for mouse press detection. The stack is represented using a simple array of Floats.