// // StuExamsSearchView.m // LN_School // // Created by EchoShacolee on 2017/6/17. // Copyright © 2017年 Danson. All rights reserved. // #import "StuExamsSearchView.h" @interface StuExamsSearchView () { UILabel *startDate; UIButton *statrBtn; UILabel *endDate; UIButton *endBtn; UILabel *subjectLab; UIButton *subjectBtn; UILabel *countLab; UIButton *countBtn; UILabel *scoreLab; UIButton *scoreBtn; UILabel *stuCard; UITextField *stuTf; UILabel *jxbhLab; UITextField *jxbhTf; } @end @implementation StuExamsSearchView /* // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (void)drawRect:(CGRect)rect { // Drawing code } */ //- (instancetype)initWithFrame:(CGRect)frame //{ // self = [super initWithFrame:frame]; // if (self) { // // NSArray *labTitles = @[@"",@"",@"",@"",@"",@"",@"",@"",@""]; // NSMutableArray *labArr = [NSMutableArray new]; // for (int i=0; i