gpt4 book ai didi

iOS/Swift : Use UIView. animate 动画文本从 UITextView 添加/删除

转载 作者:搜寻专家 更新时间:2023-11-01 06:15:58 26 4
gpt4 key购买 nike

我在 UITextView 中添加和删除属性文本。我希望使用 UIView.animate 在文本附加到 TextView 时以及附加文本从 TextView 中删除时添加动画。到目前为止,我有这个,但它不会在 TextView 上引起任何明显的动画:

UIView.animate(withDuration: 1, delay: 0, options: .CurveLinear, animations: {
self.view.layoutIfNeeded()
self.textView.attributedText = newAttributedText
}, completion: { finished in
print("Animation completed")
}

// prints "Animation completed", but no animation occurs

最佳答案

您不能以这种方式对文本的更改进行动画处理。有一个list of animatable properties of CALayer classUIView class .

关于iOS/Swift : Use UIView. animate 动画文本从 UITextView 添加/删除,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45045001/

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