gpt4 book ai didi

ios - 将 UITextView 占位符/文本放置在左上角

转载 作者:行者123 更新时间:2023-11-30 13:01:40 26 4
gpt4 key购买 nike

UITextView 中的文本位于中间,如下所示:

enter image description here

但我想放置在左上角,而不是徘徊在中间的某个地方。不确定为什么会发生。

尝试使用

textView.layer.sublayerTransform = CATransform3DMakeTranslation(x, y, z)

但这并没有改变任何事情

编辑:由于顶部的导航栏而出现实际边距。我想这就像表格 View 有 64 像素边距时出现的问题一样。如何去除边距?

最佳答案

用途:

youtextView.contentInset = UIEdgeInsetsMake(-7.0,0.0,0,0.0); 

如果您在使用 iOS7 或更高版本时遇到问题,请尝试使用...

[yourTextView setContentOffset: CGPointMake(x,y) animated:BOOL];

关于ios - 将 UITextView 占位符/文本放置在左上角,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39848436/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com