自定义customView,重写intrinsicContentSize方法
- (CGSize)intrinsicContentSize
{ return CGSizeMake(200, 44);
}