Handling of awakeFromNib for the object that is File's Owner
问题 I know there are many related questions why awakeFromNib is not called when instantiating some view. The message that the certain view is awaken from Nib is sent to the view itself and this message is not delivered to the File's Owner. I saw Why won't my awakeFromNib fire?. So, what will happen if you create an view's instance whose File's Owner is itself in the xib file? In other word, you have your own custom view named MyCustomView.swift and MyCustomView.xib. And in the xib file, you set