CustomView *v = [[[NSBundle mainBundle] loadNibNamed:@"CustomView" owner:self options:nil]lastObject]
xib 创建view加载
最新推荐文章于 2022-07-12 10:33:01 发布
CustomView *v = [[[NSBundle mainBundle] loadNibNamed:@"CustomView" owner:self options:nil]lastObject]