UIImageView highlightedAnimationImages not shown on highlight

Originator:cedric.vddriessche
Number:rdar://20570149 Date Originated:16-Apr-2015
Status:Open Resolved:
Product:iOS SDK Product Version:iOS 7 and up
Classification: Reproducible:Always
 
Summary:
I use a UIImageView in a UICollectionViewCell which displays an image sequence using the animationImages property. When the UICollectionViewCell is tapped, it becomes highlighted and the images in highlightedAnimationImages should be shown. Instead the images are cleared and we're left with an empty image view. Same thing happens when no highlightedAnimationImages are set. According to the documentation, it should display the animationImages on highlight when both highlightedAnimationImages and highlightedImage properties are nil.

Steps to Reproduce:
Create UIImageView with animationImages in UICollectionViewCell.
Tap cell

Expected Results:
Nothing should happen to the images, animation should continue.

Actual Results:
Image disappears

Version:
iOS 7 + 8

Notes:


Configuration:
Every device including simulators

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!