Bug fixes and UI polish
This commit is contained in:
@@ -82,6 +82,13 @@ class ObservableRecipeDetail: ObservableObject {
|
||||
nutrition: self.nutrition
|
||||
)
|
||||
}
|
||||
|
||||
func ingredients(for servings: Int) -> [String] {
|
||||
for ingredient in recipeIngredient {
|
||||
// TODO: Parse ingredient strings, adjust them for yield
|
||||
}
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user