使用storyboard我想在UITextview
中添加UIScrollview
并在屏幕中滚动TextView。请帮帮我......
scroller.contentSize=CGSizeMake(320,846);
[scroller setScrollEnabled:YES];
int GetIndex = [GetSelectedIndex intValue];
label = [firstheading objectAtIndex:GetIndex];
labelheading.text=label;
textviews = [firstdesc objectAtIndex:GetIndex];
textview.text=textviews;
[scroller addSubview:textview];
NSLog(@"textview:%@",textview);
NSLog(@"image:%@",getimage);
答案 0 :(得分:0)
只是一个建议,您可以尝试首先在ViewController上添加UIView。 然后将UIScrollView拖到您的UIView中。 然后将UITextView拖入其中。
我在故事板中有这样的安排 - 因为我在顶级UIView中有一个图像以及UIScrollView