ABUnknownViewController message label truncated inconsistently

Originator:futuretap
Number:rdar://28434218 Date Originated:22-Sep-2016 11:15 PM
Status:Open Resolved:
Product:iOS Product Version:10.0.1
Classification:UI/Usability Reproducible:Always
 
Summary:
The label for the message property set on a ABUnknownViewController is displayed in multiline mode only the first time after app launch. However, when scrolling the content upwards, the label is compressed and truncated to only one line.

The next time, the view controller is pushed, the label is always displayed in a single, line in truncated form.

Steps to Reproduce:
- Run the attached sample project
- Tap the "New Contact (legacy)" button. Note that the message label is displayed (correctly) in 3 lines.
- Pop
- Tap the "New Contact (legacy)" button again.

Expected Results:
The label is displayed in 3 lines

Actual Results:
The label is displayed in truncated form in only one line.

Notes:
As a workaround, we can specify a short message string that is never truncated.

Comments

Update

CNContactViewController is equally affected from this bug if a familyName or givenName is specified for the contact.


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!