AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.44k stars 622 forks source link

Dropdown Hiding textfield while direction = .top #273

Open midhunnarayan22 opened 4 years ago

midhunnarayan22 commented 4 years ago

if I give direction = .top then the dropdown is blocking my text field I want the dropdown to start displaying above my text field

Adakhan commented 2 years ago

dropDown.topOffset = CGPoint(x: 0, y:-(dropDown.anchorView?.plainView.bounds.height)!)