Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6533] iOS: add ability to disable tab bar background and shadow

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
LabelstabGroup, tabbar
ReporterAndrea Vitale
AssigneeAbir Mukherjee
Created2020-04-21T17:36:14.000+0000
Updated2020-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.

Comments

  1. Andrea Vitale 2020-06-11

    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.

JSON Source