You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
add support for animated images with TIPImageViewFetchHelper by supporting TIPImageContainer as well as UIImage
to support animated images, implement a UIView that adopts TIPImageFetchable with tip_fetchedImageContainer that can animate the provided TIPImageContainer
update TIPImageFetchable
add tip_fetchedImageContainer as optional property
mark tip_fetchedImage as optional
require at least one of the two methods be implemented to conform to TIPImageFetchable
add helper functions:
TIPImageFetchableHasImage
TIPImageFetchableGetImage and TIPImageFetchableGetImageContainer
TIPImageFetchableSetImage and TIPImageFetchableSetImageContainer