Skip to main content
Version: 5.2

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:

clock icon

5 minutes


Time for base implementation:

clock icon

1 hour


Time for full customization:

clock icon

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.

A screenshot of the Item Selector page
Item Selector for Menguy's Peanut Butter

Customization

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