[TIMOB-988] 'more' tab configuration
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:40:51.000+0000 |
Updated | 2015-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
- Blain Hamon 2011-04-15
Talked with Steve, he's taking the cluster of tab bugs.
- 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.
- Stephen Tramer 2011-04-15
Can't do (1). There's no public API for changing a tab name after creation.
- 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...
- 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...