문제

I'm using EGOImageView and wish hide the view until it did finished loading the image from a url. Is there a method can do that?

올바른 솔루션이 없습니다

다른 팁

The delegate method imageViewLoadedImage: will be called when the image is loaded.

Check EGOImageViewDelegate.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top