This is a kind of question regarding best practice.
I am using VIPER architecture in my iOS project. I use haptic feedback for some use cases. Where would be the best place to invoke UINotificationFeedbackGenerator
in VIPER? I believe it is View
.