adig / RemoteImageView

Easy to use, fast and configurable replacement for UIImageView that takes care of loading remote pictures
26 stars 6 forks source link

Issue 6 #7

Closed andre-wolfe closed 7 years ago

andre-wolfe commented 7 years ago

Since we are accessing a static mutable array frequently, we need to make sure we are not mutating it either on enumeration or on evaluation. As a result, safeguard with cancel not being destructive on cancel all and wrap all access in NSLock.

Please evaluate.

adig commented 7 years ago

Looks good, thank you!