CGSize constraintSize;
constraintSize.width = 300;
constraintSize.height = MAXFLOAT;
CGSize sizeFrame =[textContent sizeWithFont:textView.font constrainedToSize:constrainedToSize lineBreakMode:UILineBreakModeCharacterWrap];
textView.frame = CGRectMake(0,0,sizeFrame.width,sizeFrame.height);
constraintSize.width = 300;
constraintSize.height = MAXFLOAT;
CGSize sizeFrame =[textContent sizeWithFont:textView.font constrainedToSize:constrainedToSize lineBreakMode:UILineBreakModeCharacterWrap];
textView.frame = CGRectMake(0,0,sizeFrame.width,sizeFrame.height);