标签: ios swift autolayout uitextview uibezierpath
我有一个AppointmentList子类,其中包含AppointmentList,用于在UITextField下方显示一些文字。
AppointmentList
UITextField
我正在尝试使用以下代码对UITextView的两个角进行圆底但由于某种原因它正在消失。
UITextView
为什么?
我正在使用AutoLayout将textView放在textField下面 - 也许AutoLayout与我在这里发生的事情发生了冲突?或者我没有正确设置maskLayer的坐标?