// NSMutableParagraphStyle * style = [self.searchTF.defaultTextAttributes[NSParagraphStyleAttributeName] mutableCopy];
//
// style.minimumLineHeight = (self.searchTF.font.lineHeight -[UIFont systemFontOfSize:12].lineHeight)/2.0;
// self.searchTF.attributedPlaceholder = [[NSAttributedString alloc]initWithString:@"搜索" attributes:@{NSParagraphStyleAttributeName:style}];
//
// style.minimumLineHeight = (self.searchTF.font.lineHeight -[UIFont systemFontOfSize:12].lineHeight)/2.0;
// self.searchTF.attributedPlaceholder = [[NSAttributedString alloc]initWithString:@"搜索" attributes:@{NSParagraphStyleAttributeName:style}];