提交 1c5951a6 编写于 作者: J John Hampton

Connect the rating control to view controller

上级 660b1d64
......@@ -71,6 +71,7 @@
<outlet property="mealNameLabel" destination="n9u-9b-TSl" id="6WN-5O-Vth"/>
<outlet property="nameTextField" destination="DYv-F4-28V" id="GJa-MY-QZF"/>
<outlet property="photoImageView" destination="Rhj-yY-68e" id="4Ye-IM-GYI"/>
<outlet property="ratingControl" destination="5FE-RR-A0X" id="blZ-Gl-7t1"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
......
......@@ -13,6 +13,7 @@ class ViewController: UIViewController, UITextFieldDelegate, UIImagePickerContro
@IBOutlet weak var nameTextField: UITextField!
@IBOutlet weak var mealNameLabel: UILabel!
@IBOutlet weak var photoImageView: UIImageView!
@IBOutlet weak var ratingControl: RatingControl!
override func viewDidLoad() {
super.viewDidLoad()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册