BVProductRecommendationsContainer Class Reference

Inherits from UIView
Conforms to BVRecommendationsContainerProtocol
Declared in BVProductRecommendationsContainer.h

Overview

A container view to show one or more product recommendations in.

Usually, product recommendations are shown in a scrollable collection view

or table view. For this case, use BVProductRecommendationsCollectionView or BVProductRecommendationsTableView.

This container is meant to hold static, non-scrolling product

recommendations. You should create one or more BVProductRecommendationView views and add them to this container view.