Hi,
What is the best architecture/design approach for SwiftUI app where we have same data but could be slightly different or totally different views for iPhone and iPad?
How to avoid code redundant?
If there is some example I would really appreciate.
Thanks.