新年新气象,上班第一天。事情不多,把项目上的一些小东西摘下来,希望喜欢。
.h
.m
以上是写的方法
使用
HeaderView *myView =[[HeaderView alloc]initWithFrame:CGRectMake(5, 0, [[UIScreen mainScreen] bounds].size.width-10, 60)];
// myView.layer.borderWidth=1.5;
// myView.layer.masksToBounds =YES;
// myView.layer.cornerRadius =5;
// myView.layer.borderColor =[[UIColor grayColor] CGColor];
// UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self
// action:@selector(topNewsInfoClicked:)];
// [myView addGestureRecognizer:tap];
// [myView setViewWithUpDownArray:@[@1, @2, @3, @4]];