我尝试通过调用instantiateWithOwner从nib加载自定义uiviewfuncloadViewFromNib()->UIView{letbundle=NSBundle(forClass:self.dynamicType)letnib=UINib(nibName:"myCustomView",bundle:bundle)letview=nib.instantiateWithOwner(self,options:nil)[0]as!UIViewreturnview}View加载成功,但加载时间很长(5秒)。当我追踪代码时,我发现这一行延迟的原因:letview=nib.ins