UITableViewCellStyleSubtitle Cells do not follow cellLayoutMarginsFollowReadableWidth

Originator:avedesk
Number:rdar://48139195 Date Originated:16-Feb-2019 06:06 PM
Status:Open Resolved:
Product:iOS + SDK Product Version:12.1.4
Classification:Security Reproducible:Always
 
Summary:
The labels of a UITableViewCell's with style = UITableViewCellStyleSubtitle in a tableView with cellLayoutMarginsFollowReadableWidth == YES are incorrectly still using the original margins, instead of following the readable width guide.

Accessories are correctly positioned tho, just the labels are wrongly positioned.

Steps to Reproduce:
1. Have a UITableView with cellLayoutMarginsFollowReadableWidth == YES
2. Use cells with style == UITableViewCellStyleSubtitle

Expected Results:
- Both textLabel and detailTextLabel start at the readable width guide position

Actual Results:
- Both textLabel and detailTextLabel ignore the readable width guide position

Version:
12.1.4

Notes:
PLEASE DO NOT ASK FOR SYSDIAGNOSE, LOGS AND OTHER SUCH THINGS. THIS PROBLEM IS EASY TO REPLICATE AND TRIAGE BY WRITING A FEW LINES OF CODE.

ASKING FOR SYSDIAGNOSES FOR THESE KINDS OF ISSUES IS REALLY DISDAINFUL FOR ALL THE PEOPLE SPENDING THERE UNPAID TIME REPORTING ISSUES

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!