Clean-Swift / CleanStore

A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
https://clean-swift.com/clean-swift-ios-architecture/
MIT License
1.91k stars 315 forks source link

List with multiple sections #8

Closed xr1337 closed 3 years ago

xr1337 commented 8 years ago

Ive been trying to work out VIP on a tableview controller with multiple sections. Each sections are unrelated to one another ( example : a help section on the listOrder screen)

How would you go about this with VIP? Should I use multiple Interactors?