CrunchyBagel / TracePrivately

A privacy-focused app using Apple's soon-to-be-released contact tracing framework.
MIT License
351 stars 27 forks source link

Split storyboards in multiple files #18

Closed Tridie2000 closed 4 years ago

Tridie2000 commented 4 years ago

Because storyboards can often become very large I find it a good practice to split them into multiple files.

HendX commented 4 years ago

Thanks @Tridie2000. I'm planning to add several more views soon so will do them in this fashion.