# Generating Thumbor URLs on iOS

DevFeed: [Generating Thumbor URLs on iOS](<https://devfeed.tech/articles/generating-thumbor-urls-on-ios-15664.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/generating-thumbor-urls-on-ios>)

Author: Square Engineering

Published: 2014-06-18T16:07:00Z

Content type: release

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [Image](<https://devfeed.tech/topics/image.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Library](<https://devfeed.tech/topics/library.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [code](<https://devfeed.tech/tags/code.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [image](<https://devfeed.tech/tags/image.md>), [images](<https://devfeed.tech/tags/images.md>), [ios](<https://devfeed.tech/tags/ios.md>), [library](<https://devfeed.tech/tags/library.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

## AI overview

The article introduces ThumborURL, an open-source iOS library for generating Thumbor URLs. It requests images at the desired size so Thumbor can resize them on demand, with the goal of supporting faster image loading and better caching.

## Source excerpt

Faster image loading, better caching, easy.