Unable to set background color for an AGSTextSymbol

4077
3
05-12-2015 04:02 PM
AkhilChoran_Balan
New Contributor

I am trying to set background color property for an AGSTextSymbol as follows. But in the map the background color is not appearing at all and it acts as if the background color is not set. Please guide me how I can achieve this. The color property and borderLineColor properties are working fine though. I have attached the image showing what I would like to achieve.

AGSTextSymbol *ts = [[AGSTextSymbol alloc] initWithText:@"Me" color:[UIColor whiteColor]];

ts.backgroundColor = [UIColor blueColor];

0 Kudos
3 Replies
AkhilChoran_Balan
New Contributor

Is there any official forum where I can request for help from ESRI developers? I would like to get an answer for this in order to know if it is possible or not.

0 Kudos
GagandeepSingh
Occasional Contributor II

Hi Akhil Balan​,

Thank you for reporting.

It is a known issue and a fix should be available in the next release.

0 Kudos
AkhilChoran_Balan
New Contributor

Thanks Gagandeep. Please let me know once this is available.

0 Kudos