UIContextualAction does not show title and image unless cell is at least 91 pixels tall

Originator:guillermo.gonzalezreal
Number:rdar://33396671 Date Originated:19/7/2017
Status:Open Resolved:
Product:iOS SDK Product Version:11.0 (15A5318e)
Classification:Bug Reproducible:Always
 
Area:
UIKit

Summary:
When making a UITableView, adding a UIContextualAction will not show the title and image unless the cell is at least 91 pixels tall, even if you specify a title and image, and both properties are non-nil.

Steps to Reproduce:
Make a UITableView and set the UIContextualAction with an image and a title, in a row that is 90 pixels tall or smaller. You can see the attached project as well, where that is being done.

Expected Results:
An image and a title is shown.

Observed Results:
Only an image is shown.

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!