CGRectIntegral to convert any decimal values to their integer equivalents
see image may be you can understand 
How do I fix it?
frame = CGRectIntegral(frame);
-OR-
myTextView.frame = CGRectIntegral(myTextView.frame);
see this for more information of CGRectIntegral