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

Originator:joe
Number:rdar://33107135 Date Originated:7/3/2017
Status:Unresolved Resolved:
Product:iOS SDK Product Version:iOS 11 (15A5304i)
Classification:Bug Reproducible:
 
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!