Twitter Image Pipline v1.14.0 Release Notes

    • Abstract out the networking of TIP via the TIPImageFetchDownload protocol in TIPImageFetchDownload.h
    • This permits TIP to have it's own basic implementation but also frees consumers to plug in whatever networking layer they prefer instead. Twitter uses the protocol to plug in it's own Twitter Network Layer framework.
    • 🔌 Plugging in a custom TIPImageFetchDownload is done via the imageFetchDownloadClass property on TIPGlobalConfiguration.
    • The default TIP TIPImageFetchDownload implementation is just a thin wrapper on NSURLSession.