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

Single Selection #1

Open
amrangry opened this issue Jan 15, 2017 · 3 comments
Open

Single Selection #1

amrangry opened this issue Jan 15, 2017 · 3 comments
Assignees

Comments

@amrangry
Copy link

amrangry commented Jan 15, 2017

when i set multipleSelection NO
in example

[self showDropDownForButton:sender adContents:@[@"Two wrongs don't make a right.",@"No man is an island.",@"Aplhabetic sorting",@"Fortune favors the bold.",@"If it ain't broke, don't fix it.",@"If you can't beat 'em, join 'em.",@"One man's trash is another man's treasure.",@"You can lead a horse to water, but you can't make him drink."] multipleSelection:NO];

it throw an issue

Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem.

@Vishal-Singh-Panwar Vishal-Singh-Panwar self-assigned this Jan 17, 2017
@Vishal-Singh-Panwar
Copy link
Owner

@amrangry Can you let me know the iOS and Xcode version in which you are seeing this error? I built this control long back and have not been maintaining it. I will try fix it once you provide me more info.

@amrangry
Copy link
Author

@Vishal-Singh-Panwar thanks alot for your support and replay
i use Xcode 8.2 beta and ios 8 and later
after a while i figure the root of the error in the default value for the UIbutton as i think, i already make a work around to set an space for the default value and it works fine for me.

@rahulvyas
Copy link

@Vishal-Singh-Panwar Will this work in TableviewCell ? I am planning for a list of multiple dropdown each cell contains one dropdown.

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

3 participants