text displayed by the UILabel was out of tune

Our product is an iOS native App. When we adapted our app to iOS 17, the text displayed by the UILabel was out of tune.

Here are the details:

Device: iPhone 14 Pro

Version: iOS 17 Beta1 〜 Beta7

UILabel: height is dynamic

Inconsistency:

Before iOS 17, UILabel displayed text "銀行口座との連携を解除します。よろしいですか" by two lines.

However, on iOS 17, it shows "銀行口座との連携を解除します。..." instead.

question:

  1. Which API changes may cause this inconsistent text display
  2. Is it meant to be fixed. If so, how to fix it?

text displayed by the UILabel was out of tune
 
 
Q