Twitter Image Pipline v1.10.0 Release Notes

    • Create TIPImageViewFetchHelper to encapsulate reusable fetch behavior for an Image View
    • With given glue methods, a fetch helper can dynamically update the fetch request to target the desired image view's constraints.
    • By subclassing, a custom fetch helper can add additional concrete utility such as auto-selecting the best URL for a fetch based on the constraints of the target image view.
    • Encapsulate TIPImageViewFetchHelper in a TIPImageView for convenience