Week 4 Project for Devslopes Academy
Build your very own calculator. This is a truly functional app that you could even upload to the App Store.
- Use the standard iOS Calculator app to observe how it works
- Build UI that properly shows numbers that are tapped
- Must be able to add
- Must be able to subtract
- Must be able to multiply
- Must be able to divide and show decimal
- Must have a clear button
- Must have an equals button
- UI must work on phones, tablets, portrait, and in landscape
- Take a screenshot of your finished app and share it here in the discussions
- Submit this project to your Github account
Next Step (Optional)
- Create a delete button (that deletes the previously tapped number
- Have a decimal button and support decimal calculations
- Swift Programming Language
- MVC Design Pattern
- Auto Layout
- Unit Tests