gpt4 book ai didi

iphone - 将 UITextView backgroundColor 设置为clearColor 使其具有动画效果 - 如何防止这种情况?

转载 作者:行者123 更新时间:2023-12-03 21:23:45 25 4
gpt4 key购买 nike

我正在以编程方式将 UITextView 添加到 UIView 中。 UITextView 从一开始就应该有一个清晰的背景,但背景是从白色到清晰的动画。我该如何阻止这个动画?这是我的代码:

UITextView *localTextView = [[UITextView alloc] initWithFrame:CGRectMake(0, 0, 230, 60)];
localTextView.opaque = NO;
localTextView.backgroundColor = [UIColor clearColor];
localTextView.font = [UIFont fontWithName:@"Helvetica" size:14];
localTextView.userInteractionEnabled = NO;
self.textView = localTextView;
[localTextView release];

textView.text = @"Cras sit amet purus vitae libero venenatis luctus sit amet non urna. Curabitur volutpat adipis cing nulla, in lacinia eros pulvinar vitae.";

[self addSubview:textView];

感谢您的帮助。

最佳答案

您可以尝试在中设置 View

-(void)viewWillAppear:(BOOL*)animated;

方法

关于iphone - 将 UITextView backgroundColor 设置为clearColor 使其具有动画效果 - 如何防止这种情况?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2468854/

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