I’m experiencing a problem with a UILabel inside a UITableViewCell on iOS. The UILabel is about to show a number of traces of textual content and doesn’t have a hard and fast top constraint. Every little thing works wonderful whereas scrolling the UITableView, however after I begin display screen recording on the system, the textual content within the UILabel will get lower off or isn’t totally seen.
Particulars:
-
UILabel Configuration:
The UILabel is about as much as assist a number of traces of textual content with numberOfLines set to 0. There is no such thing as a fastened top constraint utilized to the UILabel. -
UITableViewCell Configuration:
The cell’s top is dynamic, and it adjusts primarily based on the content material of the UILabel. -
Problem:
When display screen recording is began, the textual content within the UILabel is lower off or not displayed appropriately.
Extra Info:
iOS Model: 17.14.1
System Mannequin: All iOS System
Display screen Recording Device: Apple Default Display screen Recording
Anticipated Habits:
The UILabel textual content ought to be totally seen and appropriately displayed throughout display screen recording, simply as it’s throughout regular scrolling.
Precise Habits:
Throughout display screen recording, the textual content within the UILabel seems lower off or isn’t totally seen.