Xcode iOS.
Budget: $10 – $30 USD
Create a project called ContractorCalculator. Refer to the instructions in the textbook. This is exactly like the calculator you built previously with Android, only this time using Xcode iOS.
Deliverables for this Project:
Copy of your code for your final/completed project - please submit either a Word doc or screenshot (10 pts.)
One screenshot that shows your design; your main screen - should look like the original screenshot model (Figure 10.27, p. 193) in our textbook (30pts.)
At least one additional (different) screenshot that shows a transaction view, after input and calculation - I want to verify that your app works correctly (30pts.)
Create a project called ContractorCalculator.
▪ The view controller layout should contain two TextFields, one button, and eight labels (Figure 10.27).
image.png
Figure 10.27 ContractorCalculator interface
▪ The Calculate button should add the labor and material costs from the TextFields and put the result in the label next to SubTotal. Tax should be calculated using a 5% rate (use a constant) and displayed on the label next to Tax. The tax and subtotal should be added together and displayed on the label next to Total.
Deliverables for this Project:
Copy of your code for your final/completed project - please submit either a Word doc or screenshot (10 pts.)
One screenshot that shows your design; your main screen - should look like the original screenshot model (Figure 10.27, p. 193) in our textbook (30pts.)
At least one additional (different) screenshot that shows a transaction view, after input and calculation - I want to verify that your app works correctly (30pts.)
Create a project called ContractorCalculator.
▪ The view controller layout should contain two TextFields, one button, and eight labels (Figure 10.27).
image.png
Figure 10.27 ContractorCalculator interface
▪ The Calculate button should add the labor and material costs from the TextFields and put the result in the label next to SubTotal. Tax should be calculated using a 5% rate (use a constant) and displayed on the label next to Tax. The tax and subtotal should be added together and displayed on the label next to Total.