I am using Uipopover view.When i click on a button in my view controller a popover view appears.Now i want to remove the border of popover view which in rectangle form and black in color.I searched on it but couldn't get any solution.
Asked
Active
Viewed 83 times
0
-
Hope it helps http://stackoverflow.com/questions/4755786/how-to-remove-ipads-popover-arrow-and-its-frame-border. – kumar123 Sep 18 '13 at 06:47
-
Hey i found it i used DDPopoverBackgroundView class and it worked. – Parth Grover Sep 18 '13 at 07:07