I have a project in Xcode (storyboard) and I am trying to make a search in a database in my Firestore on my 1st ViewController with a search bar (it could be a textfield as well); no results should be displayed in a tableview, instead it should feed a picker view in my 2nd viewController; after that, right above my picker view I have a textfield that display the choice of the picker view; and below that I have a label that should display the same text as the above textfield. Very simple. Any suggestion? highly appreciated.
↧