Reputation: 37136
I was just wondering if there's a limit (in characters) for the iOS Apple app icon title (i.e. display name). I want to avoid those ugly dots in the middle (Ex."Long..pple Name").
Upvotes: 14
Views: 21506
Reputation: 1297
It depends on the width of each character in the display name. Between 11 (for "wwwwwww…") and 15 (for "iiiii…").
Upvotes: 21
Reputation: 15208
GoTo Step 1
. If no ellipses, Return
Upvotes: 11
Reputation: 240
Not only does this depend on the width of every character, but the device and iOS version also makes a difference. For instance:
the iPhone 4 till 5 will truncate names faster then an iPhone 5s with iOS 8 (while an iPhone 5s with iOS 7 will also truncate a long title). The iPhone 6 & 6 plus have a wider display but do show only 4 icons, which means more space for your title.
The best way to test this, is with the iOS Simulator.
So as an answer to your question: There is not a real limit as it depends on character length, device width and iOS version...
Upvotes: 6