|
|
|
|
|
by andrekandre
1489 days ago
|
|
one other solution is to build a sub project that links to a subset of minimum dependencies needed for ui development and build your swiftui stuff there... it will be lightning fast compared to large xcode project... and it might even be better architecturally too, since you'd have to factor out lower level logic (view models or whatever) anyways |
|