QuickBlox / ChattAR-ios

Augmented Reality Chat for iOS code sample (works with Facebook API and QuickBlox API)
http://quickblox.com/developers/Chattar
128 stars 88 forks source link

Removed crossfade animation from setImage: method in AsyncImageView. It ... #3

Closed HoldFast88 closed 8 years ago

HoldFast88 commented 10 years ago

...caused images blinking in dialogs list and on map’s pin annotations during map dragging.

soulfly commented 10 years ago

Do you have any ideas how to do it in client code (not hacking library code)? If this is an issue with AsyncImageView lib - would be great to create pull request for it https://github.com/nicklockwood/AsyncImageView

Because if we switch to CocoaPods - this fix will be lost

HoldFast88 commented 10 years ago

I guess we can also use crossfadeDuration property, but I am not sure. Maybe we should try to set its value as 0.0f.