rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

Setting Filters programatically instead of swiping #320

Closed baseljd closed 8 years ago

baseljd commented 8 years ago

What is an efficient way to set filters programatically instead of scrolling ?

baseljd commented 8 years ago

I actually solved it by using self.filterSwitcherView.selectedFilter = self.filterSwitcherView.filters[filterIndex];