Overview
Item Selector
The Item Selector is a component of the Recipe Journey. On this page, users can replace, or add, a product to their panier. After selecting a product, the page will return to the previous page, usually the Recipe Details or MyProducts page.
Time to read:
5 minutes
Time for base implementation:
1 hour
Time for full customization:
2 hours
Prerequisites
Packages
To have the Mealz functioning properly, you must install our package MealziOSSDK.
Here are the instructions
Initialize Miam
Also, you must initialize mealz in your AppDelegate.
Here are the instructions
Ingredients
ItemSelector
The ItemSelector Page shows other products that the user can replace their current product for.
When the user selects the product they are selecting, they should be navigated back to where they launched from.

Customization
If you would like to customize your components, such as the Background, Loader, or RecipeCard, you can read our documentation here.