tryswift / trySwiftData

trySwiftData
MIT License
48 stars 8 forks source link

Move app styling to Data framework (?) #12

Open BasThomas opened 7 years ago

BasThomas commented 7 years ago

I was just thinking about this. Would we like to have a structured App Styling in the Data Framework which we can apply in the app? Would that make sense and be useful in the long run?

NatashaTheRobot commented 7 years ago

Can you give examples of this? Would this be fonts / colors? If so, I think it'd be better to create a different styling framework rather than include it in the Data one. The Data one is to take model data, and style it to be used across platforms.

BasThomas commented 7 years ago

Yes - that is what I was wondering as well (if it would make sense in the Data framework). Maybe a separate framework is better in that case.

To answer your question: yes, it would be app colors, icons, fonts. But then again, we can also just put this in with the app itself. 🤔

NatashaTheRobot commented 7 years ago

Sure - that sounds like a good idea as a separate TrySwiftStyling framework!