Not working in release mode iOS

Hi,
Not working in release mode. Any render stuff to be added, please let me know how and where I could do that?
Thanks and regards,
John

1 Reply

SG Sri Gayathri Gopalakrishnan Syncfusion Team May 30, 2018 01:24 PM UTC

 
Hi John,  
 
Thanks for contacting Syncfusion support.  
 
We are unable to reproduce the reported problem as “circular gauge not shown in release mode” in our basic scenario. When you initialize the circular gauge with scale below appearance will be shown.  
  
Code Snippet: 
 
SFCircularGauge circularGauge = new SFCircularGauge();ObservableCollection<SFCircularScale> scales = new ObservableCollection<SFCircularScale>(); SFCircularScale scale = new SFCircularScale(); scale.StartValue = 0; scale.EndValue = 100; scales.Add(scale); circularGauge.Scales = scales;this.View.AddSubview(circularGauge);
 
 
 
Since we are not aware of the exact scenario in which issue reproduced, we would like to know the following details to provide you the solution sooner,  
-          Your application codes  
-          Application properties and configuration details 
       -        Whether you run your application with device or emulator. 
  
Regards, 
Sri Gayathri. G 


Loader.
Up arrow icon