Loading Fonts From an iOS Framework
I’ve spent the last couple of days moving all of the UI code in Meal Plan into a separate framework. Mainly to be able to develop my UI in Playgrounds. Turns out though, that loading fonts from an Asset Catalog in a framework is.. impossible? I could for my life not get it to work. What ever I tried I could not get the font data out of the asset catalog so that I could register the fonts.
Read more...