ios获取XIB
2016-04-11 本文已影响187人
warith
NSArray *Bundle = [[NSBundle mainBundle]loadNibNamed:@"xxxx" owner:self options:nil];
cell = [Bundle objectForIndex:0];
NSArray *Bundle = [[NSBundle mainBundle]loadNibNamed:@"xxxx" owner:self options:nil];
cell = [Bundle objectForIndex:0];