# Autosizing, Add All & iOS Redirects

DevFeed: [Autosizing, Add All & iOS Redirects](<https://devfeed.tech/articles/autosizing-add-all-ios-redirects-19208.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/autosizing-add-all-ios-redirects/>)

Author: Shai Almog

Published: 2017-02-07T00:00:00Z

Content type: release

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [Font](<https://devfeed.tech/topics/font.md>), [networking](<https://devfeed.tech/topics/networking.md>), [GUI](<https://devfeed.tech/topics/gui.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [infinite scroll](<https://devfeed.tech/topics/infinite-scroll.md>)

Tags: [fonts](<https://devfeed.tech/tags/fonts.md>), [gui](<https://devfeed.tech/tags/gui.md>), [http](<https://devfeed.tech/tags/http.md>), [infinite-scroll](<https://devfeed.tech/tags/infinite-scroll.md>), [ios](<https://devfeed.tech/tags/ios.md>), [networking](<https://devfeed.tech/tags/networking.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>)

## AI overview

This Codename One update discusses automatic text autosizing to fit available space, the new Add All shortcut, and changes to iOS HTTP redirect handling. It cautions that autosizing can be expensive and should be used sparingly, especially outside suitable components.

## Source excerpt

One of the common requests we received over the years is a way to let text "fit" into the allocated space so the font will match almost exactly the width available. In some designs this is very important but it's also very tricky. Measuring the width of a String is a surprisingly expensive operation on some OS's. Unfortunately, there is no other way other than trial & error to find the "best size".