Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2791] iOS: tableViewSection footerTitle doesn't wrap

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionCannot Reproduce
Resolution Date2017-06-21T22:13:30.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsiOS
Labelscore
ReporterOliver Morgan
AssigneeIngo Muschenetz
Created2011-04-15T03:29:41.000+0000
Updated2017-06-21T22:13:30.000+0000

Description

All examples in the iphone's settings app show the footerTitle wraps when the text gets too long. I see no way to do this. \n and \n\r doesn't work.

Comments

  1. Stephen Tramer 2012-07-26

    Confirmed SDK 2.2.0.014b86f Test code:
       var win = Ti.UI.createWindow();
       row = {
       	title:'yo',
       	footer:'Gold Blumblum Gamegold Jeff Goldgame Gold Coolgold Jeffgame Coolgame Game Jeffgate Blum Gamegate Gatefold Done Gonegame Game Goldblast Gold Blum Coldgold Goldgame Old Gatefold Blastgame Foldgame.'
       }
       win.add(Ti.UI.createTableView({
       	data:[row]
       }));
       win.open();
       
  2. Lee Morris 2017-06-21

    I am unable to reproduce this issue with the following environment; iPhone 7 (10.2) Studio 4.9.0.201705302345 Ti SDK 6.1.1.v20170620103414 Appc NPM 4.2.9 Appc CLI 6.2.1 Ti CLI 5.0.13 Alloy 1.9.11 Arrow 2.0.0 Xcode 8.2 (8C38) Node v4.8.2 Java 1.8.0_131

JSON Source