Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6599] TabGroup hideShadow and shadowImage property doesn't work in iOS 13

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterThomas Weber
AssigneeAbir Mukherjee
Created2020-09-03T19:03:11.000+0000
Updated2020-09-04T10:29:41.000+0000

Description

Removing the shadow (divider line) on a tabgroup by setting a shadowImage and tabsBackgroundImage works on iOS < 13 but not an IOS 13. Tss:
"TabGroup":{
	hideShadow:true,
	tabsBackgroundImage: '/images/blank.png',
	shadowImage: '/images/blank.png',
	largeTitleDisplayMode:Ti.UI.iOS.LARGE_TITLE_DISPLAY_MODE_AUTOMATIC,
	largeTitleEnabled:true,
	tabsBackgroundColor :'white',
	tabsBackgroundSelectedColor :'white',
	tabsTranslucent :false,
	tintColor: '#5B4DBC'
}
Could be related with: TIMOB-27413 https://stackoverflow.com/questions/39850794/remove-top-line-from-tabbar

Attachments

FileDateSize
hideshadow.png2020-09-03T19:00:50.000+000089774

Comments

No comments

JSON Source