nicklockwood / AsyncImageView

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#asyncimageview
Other
906 stars 186 forks source link

Handle Circumstances Where _connections is nil #18

Closed tres closed 11 years ago

tres commented 11 years ago

This update provides a simple sanity check to make sure that _connections is not nil before trying to do stuff with it. Formerly the library would cause an application crash if _connections was nil.