rnystrom / RNFrostedSidebar

A Control Center-esque control with blurred background and toggle animations.
MIT License
2.12k stars 340 forks source link

To remove circular effect #29

Closed PreetySingh closed 10 years ago

PreetySingh commented 10 years ago

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 10 years ago

Because of the circle present: reason

It looks like this: effect

I would like to remove white circle. I am a newbie help will be appreciated. Thanks, Kindly help me.

leoopaiva commented 10 years ago

is just define the background of them as clear color

callout.backgroundcolor = [UIColor ClearColor];

PreetySingh commented 10 years ago

Thanks.. :)