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

SCSwipeableFilterView can't scale to fit contentMode #362

Closed akerdi closed 7 years ago

akerdi commented 7 years ago

i use funcs below: self.filterSwitcherView.scaleAndResizeCIImageAutomatically = YES; self.filterSwitcherView.contentMode = UIViewContentModeScaleAspectFit; _player.externalPlaybackVideoGravity = AVLayerVideoGravityResizeAspect; nothing help with playing a height>width video in SCSwipeableFilterView . can some one help . #358

akerdi commented 7 years ago

322 this help me a lot .