AWERTL icon indicating copy to clipboard operation
AWERTL copied to clipboard

An non-invasive iOS framework for quickly adapting Right-To-Left style UI

Results 3 AWERTL issues
Sort by recently updated
recently updated
newest added

在iOS12以上的设备上,在RTL模式下,输入任意文案,然后长按唤出粘贴复制的选择框,这个粘贴复制框会错误,没有指向选中的文案,并且用于选中文案的两个小圆点也错位。详情见图。目前看了一下Tik Tok已经修复了这个问题。

![image](https://user-images.githubusercontent.com/62631675/78269416-235ce700-753c-11ea-84e2-0c4a54eed2e2.png)

![image](https://user-images.githubusercontent.com/5361091/71711301-4d1e4900-2e3b-11ea-9af5-c108bf2b5e2b.png) 每次给textView的attributedText赋值时候,都会触发textAlignment的反转,多次赋值就会触发多次反转,会导致显示的异常