5. Tip it up! Wrong Instructions
ocwang opened this issue · comments
Chase Wang commented
Under Adding code connections the follow step is incorrect:
- Control-click (or right-click) drag from bill amount label to and choose Action and Value Changed and call it. billAmountChanged.
Should be changed to the following:
- Control-click (or right-click) drag from bill amount label to the view controller. Choose Action and Editing Did End and call it billAmountChanged.