iOSDropDown
iOSDropDown copied to clipboard
Arrow Icon Half Outside TextField
The arrow icon sticks out of the text field. This is visible when I add border or background color. How can this be fixed?

modify the arrow CGPoint X in the function setupUI()
@krishnaravi94 I know that this is too late but for anyone else who came across this issue. Please make sure that your dropdown is not being compressed due to other views as this may end up sending the size as 0 which messes up the arrow position. I suggest increasing the vertical content hugging priority & vertical content compression resistance priority. That should fix this.
@shezratnani Hi, I have this same issue, I want two dropdowns horizontally, but the arrow of the first dropdown goes behind the second dropdown. Please help to fix this Thanks