[AC-6533] iOS: add ability to disable tab bar background and shadow
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | tabGroup, tabbar |
Reporter | Andrea Vitale |
Assignee | Abir Mukherjee |
Created | 2020-04-21T17:36:14.000+0000 |
Updated | 2020-06-11T13:15:15.000+0000 |
Description
Would be great if with a single property I could be able to disable both shadow and background color for a TabGroup' tabbar.
A property like _tabsTransparent_ like _tabsTranslucent_.
Also because current shadowImage implementation seems to won't work on iOS 13.
I could make a FR on this.
I created a [PR](https://github.com/appcelerator/titanium_mobile/pull/11771) that allows us to set transparent background color to the tabgroup (without using shadow) and to set a custom backgroundView.