[Solved] How to load a View Controller SubClass with a nib without specifying the nib name as a string?
According to the documentation, you actually can load a nib based view controller without naming it exactly the same thing. Although matching names is the most common way to do this, there’s a second case, which should work even with Swift. From the documentation: If you use a nib file to store your view controller’s … Read more