IGLDropDownMenu icon indicating copy to clipboard operation
IGLDropDownMenu copied to clipboard

How to make IGLDropDown Menu view as rounded drop downlist?

Open miskeen110 opened this issue 7 years ago • 5 comments

miskeen110 avatar Dec 14 '16 08:12 miskeen110

Have you try the demo project?

bestwnh avatar Dec 14 '16 08:12 bestwnh

yes i tried, but when i am trying to add [self.defaultDropDownMenu.layer setCornerRadius:10.0f]; or the view i have created in interface builder and try to set radius there, but because of this view merge into that, its not working. Any clue

miskeen110 avatar Dec 14 '16 08:12 miskeen110

Oh, you want the corner radius? You may need to use the customView to do that.

bestwnh avatar Dec 14 '16 08:12 bestwnh

[self.customeViewDropDownMenu.layer setCornerRadius:10.0f]; even the custom view is not showing anything corner?

miskeen110 avatar Dec 14 '16 08:12 miskeen110

I mean you should make a custom view with corner the set it as the dropDownMenu.

bestwnh avatar Dec 14 '16 13:12 bestwnh