Dhaval Vasundhara
Dhaval Vasundhara

Reputation: 9

UILabel Text Cutting Issue During Screen Recording in UITableViewCell

I’m experiencing an issue with a UILabel inside a UITableViewCell on iOS. The UILabel is set to display multiple lines of text and does not have a fixed height constraint. Everything works fine while scrolling the UITableView, but when I start screen recording on the device, the text in the UILabel gets cut off or is not fully visible.

Details:

Additional Information: iOS Version: 17.14.1 Device Model: All iOS Device Screen Recording Tool: Apple Default Screen Recording

Expected Behavior: The UILabel text should be fully visible and correctly displayed during screen recording, just as it is during normal scrolling.

Actual Behavior: During screen recording, the text in the UILabel appears cut off or is not fully visible.

Upvotes: 0

Views: 27

Answers (0)

Related Questions