AnthonyWhitakerJr / TapList_iOS

Sample mobile conversion of Kroger's ClickList website.
1 stars 1 forks source link

Dynamic Cart #3

Closed AnthonyWhitakerJr closed 7 years ago

AnthonyWhitakerJr commented 7 years ago

Keep stepper & label in sync with quantity in cart so user does not have to do mental math when updating.

If user scrolls the cell offscreen and then comes back, any changes made to stepper will NOT be saved.

Default:

If product is in Cart:

If product is in Cart & quantity is lowered to 0:

AnthonyWhitakerJr commented 7 years ago

Can be incorporated into and replaced by #28