In this post, we will see how to resolve VIPER architecture and proper place to save access token Question: So, lets say that this is a general definition in VIPER architecture: The main parts of VIPER are: View: displays what ...

Question: 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 ...