MakeSchool-Tutorials / Tip-Calculator-Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5. Tip it up! Wrong Instructions

ocwang opened this issue · comments

Under Adding code connections the follow step is incorrect:

  1. 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:

  1. Control-click (or right-click) drag from bill amount label to the view controller. Choose Action and Editing Did End and call it billAmountChanged.