[TIMOB-907] popover changes
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:54:37.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:38:59.000+0000 |
| Updated | 2011-04-17T01:54:37.000+0000 |
Description
Need to look into the following:
- ability to control whether the title area is visible
- ability to control background color (border area of popover) + arrow color if possible
It does not appear that you can do the following in 1.2 or 1.3:
From Apple's HIG: "When possible, allow people to close one popover and open a new one with one tap. This behavior is especially desirable when several different bar buttons each open a popover, because it prevents people from having to make extra taps."
(from [0aeeee7ea7cc18f6165b2656e645f683d9926ddb]) Closes #907 , in that the title can be hidden by calling hideNavBar/showNavBar or setting the navBarHidden property on the popover. There might be some strange interaction with a navigation group in this. With regards to control color, there's no property to set that in the native, so there's nothing that can be exposed. Sorry. http://github.com/appcelerator/titanium_mobile/commit/0aeeee7ea7cc18f6165b2656e645f683d9926ddb"> http://github.com/appcelerator/titanium_mobile/commit/0aeeee7ea7cc1...