【发布时间】:2020-01-15 05:42:50
【问题描述】:
我有一个作为子视图添加到 UIViewController 主视图的 UITextView。 textView 在所有四个边上都与 safeArea 对齐。当视图控制器被推到 UINavigationController 上时,当我滚动时,文本视图有时会在底部被截断。旋转设备并返回显示全文。是否有任何我遗漏的配置需要添加到 Storyboard 中的 UITextView 中?
【问题讨论】:
-
再次检查您的 textview 约束,确保其正确。
标签: ios swift uiviewcontroller uinavigationcontroller uitextview