Skip to content

Instantly share code, notes, and snippets.

@sunnyleeyun
Last active July 17, 2017 09:34
Show Gist options
  • Save sunnyleeyun/29d6f660d2534245ecdfaad040bebcb9 to your computer and use it in GitHub Desktop.
Save sunnyleeyun/29d6f660d2534245ecdfaad040bebcb9 to your computer and use it in GitHub Desktop.
//c. 處理TableviewCell的DishesTableViewCell。
class DishesTableViewCell: UITableViewCell {
@IBOutlet weak var nameMeal: UILabel!
@IBOutlet weak var timeMeal: UILabel!
@IBOutlet weak var imageMeal: UIImageView!
@IBOutlet weak var cookNameMeal: UILabel!
@IBOutlet weak var cookHowMeal: UITextView!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment