bazaarvoice / bv-ios-sdk

Bazaarvoice iOS SDK for Developers
Other
13 stars 8 forks source link

Display image content only #30

Closed rwbutler closed 5 years ago

rwbutler commented 5 years ago

The Problem

We'd like to be able to filter out video and only display photo content from the feed. Its is possible to do this in BVCurationsCollectionView by setting

req.hasPhoto = @YES;

However there doesn't appear to be a way to configure the curations view to do this without changing the curations view itself. It would be very helpful to be able to configure this externally to the curations view so that there is no need to modify the class directly.

cameron-ollivierre commented 5 years ago

Thank you for your input. We've looked into this, and have opened a ticket to add this functionality. I will update this thread with a commit link once the update is available.

rwbutler commented 5 years ago

That's great - thanks for looking into this 👍🏻

cameron-ollivierre commented 5 years ago

I know it's been a while, but just wanted to let you know that our latest release includes the enhancement to curations that was previously discussed.