iOSDropDown icon indicating copy to clipboard operation
iOSDropDown copied to clipboard

Arrow Icon Half Outside TextField

Open krishnaravi94 opened this issue 5 years ago • 3 comments

The arrow icon sticks out of the text field. This is visible when I add border or background color. How can this be fixed? Screenshot 2019-12-26 at 2 48 50 PM

krishnaravi94 avatar Dec 26 '19 09:12 krishnaravi94

modify the arrow CGPoint X in the function setupUI()

sniperwcf avatar Apr 08 '21 05:04 sniperwcf

@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 avatar Jul 28 '21 05:07 shezratnani

@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

Dilshad-Noushad avatar Aug 04 '22 10:08 Dilshad-Noushad