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)]; <
mscrollview.contentSize = CGSizeMake(180,30); mscrollview.showsHorizontalScrollIndicator = YES;
Use this 2 lines.