ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.63k stars 492 forks source link

fix: RTL的情况frame超出范围 #292

Open xueyongwei opened 1 year ago

xueyongwei commented 1 year ago

在RTL的情况下,currentRowView的frame计算方式有误,currentRowView.frame.origin.x过大,右侧超出屏幕范围,导致RTL情况下第一个tag无法点击。