V
Size: a a a
V
А
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
guard segue.identifier == "recipeDetail" else{return}
guard let destination = segue.destination as? RecipeFullViewController else {return}
destination.titleLabel.text =
}
I
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
guard segue.identifier == "recipeDetail" else{return}
guard let destination = segue.destination as? RecipeFullViewController else {return}
destination.titleLabel.text =
}
tableView.indexPathForSelectedRow
V
M
I
V
M
А