Platform
Details
The ACRContentHoldingUIView takes the height of the image when inserted via ResourceResolver, which results in long cards.
Steps to reproduce
- Setup a ResourceResolver by confirming to
ACOIResourceResolver protocol
- Return an UIImageView imgView in the protocol method
func resolveImageViewResource(_ url: URL?) -> UIImageView?
- Set an image of size say 960x540 in imgView later.
Screenshots


Debugger Screenshots


Platform
Details
The
ACRContentHoldingUIViewtakes the height of the image when inserted via ResourceResolver, which results in long cards.Steps to reproduce
ACOIResourceResolverprotocolfunc resolveImageViewResource(_ url: URL?) -> UIImageView?Screenshots
Debugger Screenshots