Frage

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?

Keine korrekte Lösung

Andere Tipps

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

Check EGOImageViewDelegate.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top