I have a UITextView , i want show its\' text in horizontal, my UITextView has a static width
[[UITextView alloc] initWithFrame:CGRectMake(0, 0, 161, 23)]; <
put this code after initializing
[txt setContentOffset:CGPointMake(give_high_value_here_than_content, y)];
Good luck