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

taptic engine not working in preview #427

Open monzy613 opened 5 years ago

monzy613 commented 5 years ago
UIImpactFeedbackGenerator *generator = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFeedbackStyleMedium];
[generator prepare];
[generator impactOccurred];

taptic engine not working when in preview mode

GabeRoze commented 5 years ago

I believe this is an iOS issue. Haptic feedback doesn't work when video playback is shown