// // ComprehensiveView.m // YouHuiProject // // Created by liuxueli on 2019/1/4. // Copyright © 2019 kuxuan. All rights reserved. // #import "ComprehensiveView.h" @implementation ComprehensiveView -(instancetype)initWithFrame:(CGRect)frame CompreensiveArray:(NSArray *)arr { self =[super initWithFrame:frame]; if (self) { self.backgroundColor =[UIColor whiteColor]; [self initSubViews:arr]; } return self; } -(void)initSubViews:(NSArray *)array { self.btnArray =[NSMutableArray array]; for (int i =0; i