You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the drop down list becomes visible and instead of selecting something from the list, we start scrolling up or down, the drop down list stays on the screen. Calling "removeTableView()" doesn't work.
The text was updated successfully, but these errors were encountered:
@ankitarora93 implement scrollView delegate in your file and call the library method hideResultsList() in scrollViewDidScroll() and scrollViewWillBeginDragging(). this works fine!
`extension ViewController : UIScrollViewDelegate {
Once the drop down list becomes visible and instead of selecting something from the list, we start scrolling up or down, the drop down list stays on the screen. Calling "removeTableView()" doesn't work.
The text was updated successfully, but these errors were encountered: