Bitwise iOS calculator based on the macOS Programmer Calculator
- Clone the project and build on the simulator or on an iOS device
- Currently only displays correctly on all plus size devices (6+, 6s+, 7+)
- Binary Operations
- AND, OR, NAND, NOR, XOR, XNOR, Shift Left/Right, 1's and 2's Compliment
- Binary Arithmetic Operations
- Addition, Subtraction, Division, Multiplication
- Displays result in Binary, Octal, Decimal, and Hex
- Flags indicating overflow, underflow, and division by zero
- Octal, Decimal, Hex operations
- 1's and 2's Compliment Result
- Fix layouts to support all devices
- Format buttons to look like the iOS 11 calculator (rounded)
This project is licensed under the GNU General Public License v3