Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-988] 'more' tab configuration

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:54:53.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.4.0
ComponentsiOS
Labelsn/a
ReporterNolan Wright
AssigneeBlain Hamon
Created2011-04-15T02:40:51.000+0000
Updated2015-04-30T14:09:40.000+0000

Description

http://helpdesk.appcelerator.net/tickets/2647">http://helpdesk.appcelerator.net/tickets/2647

1) allow configuration of tab name 'more'
2) allow configuration of 'edit' button name
3) allow configuration of hiding 'edit' button

Comments

  1. Blain Hamon 2011-04-15

    Talked with Steve, he's taking the cluster of tab bugs.

  2. Blain Hamon 2011-04-15

    Notes: You can change the more tab name by changing the tabViewController's moreTab's tabItem's title.

    I'm not sure if you can safely edit the 'edit' button name.

    You can disable the edit button by setting the tabViewController's customizableViewController to nil.

    Meta-note: This is more indicative that we should support localization soon. The desire to set these come from the fact that we only build for the 'en' localization, so the app only shows english names, despite the locale set on the system.

  3. Stephen Tramer 2011-04-15

    Can't do (1). There's no public API for changing a tab name after creation.

  4. Jeff Haynie 2011-04-15

    (from [0b50081aca5c0b6002ef5b969fafaf95b9786321]) [#988 state:open] Added 'allowUserCustomization' property to tab groups. http://github.com/appcelerator/titanium_mobile/commit/0b50081aca5c0b6002ef5b969fafaf95b9786321"> http://github.com/appcelerator/titanium_mobile/commit/0b50081aca5c0...

  5. Jeff Haynie 2011-04-15

    (from [33c3fa310e5868c1a8890ff88930e400bc2d7161]) Closes #988: Can change 'More' edit button title. http://github.com/appcelerator/titanium_mobile/commit/33c3fa310e5868c1a8890ff88930e400bc2d7161"> http://github.com/appcelerator/titanium_mobile/commit/33c3fa310e586...

JSON Source