//设置输入框 ---<因为输入框用了get方法,所以第一次调用输入框要用self 调用>: self.textlab.frame=CGRectMake(, , , ); _textlab.layer.borderColor=[UIColor blueColor].CGColor; _textlab.layer.borderWidth= 0.5f; _textlab.backgroundColor=[UIColor colorWithRed:0.830 green:0.801 blue:0.8…