mirror of
https://github.com/wahyd4/FoodTracker.git
synced 2026-08-09 04:46:38 +10:00
refactor code
This commit is contained in:
BIN
Binary file not shown.
@@ -69,6 +69,7 @@
|
||||
<connections>
|
||||
<outlet property="mealImageView" destination="Pt9-Ju-te5" id="Rxe-Hv-zKG"/>
|
||||
<outlet property="mealNameLabel" destination="DfK-XR-2Bh" id="3TN-Ja-OeS"/>
|
||||
<outlet property="ratingControl" destination="1GA-Gh-WUE" id="tTJ-jn-P2s"/>
|
||||
<outlet property="textField" destination="FAQ-pu-Z9M" id="V3q-pD-Auq"/>
|
||||
</connections>
|
||||
</viewController>
|
||||
|
||||
@@ -19,6 +19,8 @@ class ViewController: UIViewController, UITextFieldDelegate, UIImagePickerContro
|
||||
|
||||
@IBOutlet weak var mealImageView: UIImageView!
|
||||
|
||||
@IBOutlet weak var ratingControl: RatingControl!
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
textField.delegate = self
|
||||
|
||||
Reference in New Issue
Block a user