Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make IGLDropDown Menu view as rounded drop downlist? #34

Open
miskeen110 opened this issue Dec 14, 2016 · 5 comments
Open

How to make IGLDropDown Menu view as rounded drop downlist? #34

miskeen110 opened this issue Dec 14, 2016 · 5 comments

Comments

@miskeen110
Copy link

No description provided.

@bestwnh
Copy link
Owner

bestwnh commented Dec 14, 2016

Have you try the demo project?

@miskeen110
Copy link
Author

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

@bestwnh
Copy link
Owner

bestwnh commented Dec 14, 2016

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

@miskeen110
Copy link
Author

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

@bestwnh
Copy link
Owner

bestwnh commented Dec 14, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants