水平滚动textView

时间:2013-11-17 22:02:59

标签: ios scroll textview

我需要在textView上启用水平滚动,所以我选中了这个

enter image description here

但它不起作用,因为在模拟器中我得到了这个

enter image description here

我该如何启用它?我已经在故事板中创建了textView并在我的标题中连接如下:

@property (strong, nonatomic) IBOutlet UITextView *myTextView;

是否有代表这样做?

1 个答案:

答案 0 :(得分:0)

您应该使用textview的contentSize属性来控制可滚动区域。

此处还解释了这一点,包括代码示例:UITextView - Horizontal Scrolling?