viper-architecture Questions

1

Solved

I am using VIPER architecture in iOS swift. I have 2 viewcontrollers, let's say A and B. At first I'm going from A to B, performing some tasks and coming back from B to A. With MVC or MVVM, we can ...
Countershaft asked 18/3, 2020 at 6:31

1

Solved

I recently discovered VIPER clean architecture and I started looking for sample tutorials on applying this architecture on the Android platform. However, what I only found was sample projects which...

1

Solved

P.S: This is not a opinionated question. Its a legitimate doubt on wiring various modules in VIPER. Its a theoretical question so no code attached. I just need to know how do we wire up View-Presen...
Mononucleosis asked 27/7, 2018 at 8:43

6

Solved

I have a view controller which contains a table view, so I want to ask where should I put table view data source and delegate, should it be an external object or I can write it in my view controlle...
Roughspoken asked 21/7, 2016 at 17:5

3

Solved

I've been using Generamba to create template files for each module under VIPER architecture for iOS. It saves a lot of time, but still needs commands through terminal to run Generamba and create th...
Eclosion asked 6/11, 2016 at 10:57

2

Solved

In VIPER, unlike the MVC, the role and place not so clearly defined for NSFetchedResultsController. Is it right to place it on the interactor?
Belshazzar asked 19/7, 2016 at 8:26

1

Solved

I am changing my project to VIPER pattern. I got a lot of observers for my main view. I don't find where should I place my observers in VIPER . Because i don't want to place my observer in view ...
Vibrate asked 23/5, 2017 at 12:46

4

I read many articles about the clean iOS architecture VIPER, I understand the main puropose: the separation of concerns. I currently use it for my project. I have modules, each split by Views, Int...
Adhere asked 23/5, 2016 at 21:41

3

How can i send data from Module A to Module B in VIPER? I use router A, which has information for Module B, and try to send this information to view controller B or presenter B. What is the best wa...
Kern asked 18/7, 2016 at 8:4

3

I've been reading about Clean Architecture from Robert Martin and more specifically about VIPER. Then I ran into this article/post Brigade’s Experience Using an MVC Alternative which describes pre...

3

Solved

I am writing an application which has a TabBar based navigation. I am adopting the VIPER architecture but I am really confused with the topic of how a UITabBarController's tab changing should be im...
Frictional asked 13/5, 2015 at 13:21
1

© 2022 - 2024 — McMap. All rights reserved.