Endless recursive calls to initWithCoder when instantiating xib in storyboard
问题 In order to re-use a certain subview throughout my application (which is storyboard based), I decided to build the subview as a nib, and load it in. To do this, I have done the following: I have a UIView subclass we can call Widget. I create a corresponding xib file, set the File owner property to my new subclass, hook up the IBOutlets. Then, in my storyboard, I have a uiview inside of a view controller, and I set its class to the Widget class I created. Within the widget class, I override