VSDropdown
VSDropdown copied to clipboard
Single Selection
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.
@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.
@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.
@Vishal-Singh-Panwar Will this work in TableviewCell ? I am planning for a list of multiple dropdown each cell contains one dropdown.