Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.4k views
in Technique[技术] by (71.8m points)

swift - selectedTextRanges color on UITextView change to gray unexpectedly when presented UIAlertController

My purpose is very simple. I would like to present UIAlertController when User selected textRange.

But, selectedTextRanges color on UITextView change to gray unexpectedly when presented UIAlertController.

This is my test App. As you can see it is very simple. There are a TextView and a UIButton.

enter image description here

next, I selected textrange. I modified the tint color to pink so that it would be easy to see.

enter image description here

and tap the button. so the UIAlertController is presented. so far, so good :)

enter image description here

but, after close the UIAlertController, selectedTextRangeColor is change to gray. I don't know why :(

enter image description here

This symptom will occur only when on UITextView. it will not occure when on UITextField.

Does anybody know what this reason?

Finally, thank you for your thinking for this question what written in poor English.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...