Changes between Version 13 and Version 14 of AppleCurrencyConverterAddingOutletsAndActionsToTheNib
- Timestamp:
- 01/18/08 13:56:46 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppleCurrencyConverterAddingOutletsAndActionsToTheNib
v13 v14 23 23 Repeat the same steps for the "Dollars" field and the "Amount" field, connecting them to the "dollarField" and "amountField" outlets, respectively. 24 24 25 Finally, Control-drag a connection from the "!ConverterController" instance to the "Converter" instance. Choose "converter" from the popup menu to connect the "converter" field of the " ConverterController" instance to the "Converter" instance.25 Finally, Control-drag a connection from the "!ConverterController" instance to the "Converter" instance. Choose "converter" from the popup menu to connect the "converter" field of the "!ConverterController" instance to the "Converter" instance. 26 26 27 27 To confirm that the connections are correct, you can use the Connections view in the inspector. With the "!ConverterController" instance selected, click the blue arrow icon at the top of the Inspector window to display connections. You should see a list of outlets and the types of objects they are connected to:
