Relying on String(describing:) to get the name of a type

@eskimo Great, thanks! This makes sense to me as well.

@marco.masser That is a good thing to be aware of, although I'd prefer not to have to write that everywhere!

Actually, I came to think now – if one wanted to be very "correct", one could use the first part (MyModuleName) to identify the Bundle and look it up with Bundle.init?(identifier:), and send that to the UIStoryboard initializer. Most probably overkill since I will mostly use this for code in the main bundle. But it would feel kinda nice. :slightly_smiling_face: