The End of the Meal

Module 4, Lesson 14 : Styling

Lesson 14 of iOS Foundation’s Module 4 from CodeWIthChris is a short tutorial on how to use different fonts and font sizes, together with how we might go ahead with using custom fonts.

Going through a project copy & pasting font details to all text blocks seems unnecessarily cumbersome. When coding in the past, output was distinct from data and the output would be rendered by a browser which enabled us to use Cascading Style Sheets. This enables us to assign a style name to display elements and, if we decide to later change the “style” of the project, it’s a simple matter of just changing the detail of the style(s) in the stylesheet – no need for locating every line of text output and adding the change to that.

I hope that we later learn there is a similar process available in Xcode.