For example:
NSBundle.mainBundle().loadNibNamed("Games-New", owner: nil, options: nil).first
How can there possibly be multiple views?! I only drag one view from the storyboard and then put a label/image inside of it and am done. Or does this mean I can drag multiple container-like views and the first view I drag out would be the first or something? (that would be a pretty bad idea)
EDIT
Why would it ever be a good idea to group things? I thought the whole idea is to decouple different elements/views. Isn't doing such exactly the opposite?