IQDropDownTextField
IQDropDownTextField copied to clipboard
TextField with DropDown support using UIPickerView
Step 1. [textFieldOptionalTextPicker setItemList:[NSArray arrayWithObjects:@"1",@"2",@"3",@"4",@"5",@"6", nil]]; Step 2: [textFieldOptionalTextPicker setSelectedItem:@"4"]; Step 3: TextField shows the last selected value, but does not select that value in picker. Also, when trying to...
I've got this issue in my application that is stating that IQDropDownTextField is leaking memory! @hackiftekhar , can you help me?
* Add Github actions for continuous-integration. Actions will take into affect immediately as shown on my fork: https://github.com/master-nevi/IQDropDownTextField/actions * Updates .gitignore to ignore some SwiftPM artifacts * Bump version to...
I'm facing this issue. text overlaps with placeholder.. Did anyone is facing this issue?
we are using v2.0. but still encounter this CAlayer crash as below. Is it possible to keep on investigate it and fix it? Thanks! libc++abi.dylib: terminating with uncaught exception of...
How can i disable typing in IQDropDownTextField while userInteraction is still enabled and picker is still shown? 
We are converting our iOS app to mac in xCode 11 beta, in that we face issue related to UI. Date picker not show in that, can you please help...
in textfield i have 3 items ["A","B","A"] at that time when i select third option its going automatic first option