To remove circular effect
Closed this issue · 3 comments
PreetySingh commented
How can I remove the white circle that is been added to each of the item. I changed the tint colour but still there is gap between two item because the circle is still being created.
thank you.
PreetySingh commented
leoopaiva commented
is just define the background of them as clear color
callout.backgroundcolor = [UIColor ClearColor];
PreetySingh commented
Thanks.. :)