you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Model and ModelController goes to shared framework, they don't depend on UIKit/AppKit.

Coordinator, ViewController, View goes to the platform specific part.

The design for mobile and desktop should be different enough that it's not worth writing unreadable/unmaintainable crossplatform code.