UILabel in UITableViewCell's accessoryview is out of bound only in iOS13

85 Views Asked by At

I have an app that show some text in a UIlabel attached in UITableviewCell's AccessoryView.

Everything works fine for years till iOS13, nothing changed but UILabel and text seem out of bound. iOS12 and below do not have similar problem.

I checked online, some guys said UIButton had same issue which fixed in iOS13.1.

Please check the screenshots for iOS12.4 and iOS13.1

Thanks in advance!

iOS12.4

iOS13.1

0

There are 0 best solutions below