Hi this is my UITextView coordinate on InterFace builder :
so if i want use this coordinate via frame task , my UITextView going to change the position on the screen !!! i don't know what's the problem ! i insert the exactly numbers on the interface builder size tab .
Code:
textPad.frame = CGRectMake(511, 219, 751, 260);
the problem is if i put this code on viewDid load ! my UITextView goes away !! from the screen !!