0

CKNetworkImageComponent will not show if I don't set the size param. I guess when the method is called and image not returned, the size is zero.

As I call this method, I don't know the exact size of network image. But when the image returned, I want the component size is exactly the image size.

keywind
  • 1,135
  • 14
  • 24

1 Answers1

0

That behavior isn't supported. You'd have to write your own component to do this.

Adam Ernst
  • 52,440
  • 18
  • 59
  • 71