iMessage extension sets wrong bottom edge inset in expanded mode w/ multiline message

Originator:futuretap
Number:rdar://27553447 Date Originated:26-Jul-2016 10:38 PM
Status:Open Resolved:
Product:iOS SDK Product Version:10.0b3
Classification:UI/Usability Reproducible:Always
 
In an iMessage extension in extended presentation style, when the user edits the message to include a multiline text, the bottom edge inset of the content view controller is not updated accordingly.

Steps to Reproduce:
Run the attached sample iMessage extension and expand it. Note that the table view has correct contentInsets. Now enter the message text field and type a multiline message.

Expected Results:
The bottom contentInsets and scrollIndicatorInsets should automatically update to accommodate the larger message text view.

Actual Results:
The bottom contentInsets and scrollIndicatorInsets don't update. They stay at the initial value of 44.

Note:
Both view controllers of the sample app use "Adjust Scroll View Insets" and "Extend Edges Under Bottom Bars" so it should work.

See also:
rdar://27453762 iMessage extension sets wrong bottom edge insets on collapse

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!