'Xamarin ios visual bug

i have a strange bug in my xamarin IOS app. From half to the bottom, there is a pattern that appears on top of the other controls. Even if i remove almost everything in the view, the problem is still there. If i delete everything in appshell, the only change is the color.

Android app works no problem. I use Synfusion control on most view. The problem is there on all my views.

bug

Anyone can point me in the right direction?

Thank you



Solution 1:[1]

Consider below approach

select *, to_json_string(add) as completeaddr 
from your_table       

if applied to sample data in your question - output is

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mikhail Berlyant