从NIB中加载VIEW

        NSArray *nib = [[NSBundle mainBundle] loadNibNamed:@"ChatMoreView" owner:nil options:nil];

        _moreView =[nib firstObject];

  

原文地址:https://www.cnblogs.com/nonato/p/4353315.html