Skip to content

Conversation

@LeticiaSpeda
Copy link
Contributor

foi adicionado ao lado do titulo o botao settings na navigation bar

searchController.searchResultsUpdater = self
searchController.searchBar.placeholder = "Type a city or neighborhood "
navigationItem.searchController = searchController
self.view.backgroundColor = .white
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alinhar a linha com os de cima, dica: tente um CMD + A e CTRL + i

let apiClient = RealEstateAPIClient()


let searchController = UISearchController(searchResultsController: ResultsVC())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tentar:

  1. utilizar no lugar da ResultsVC a propria ViewController (self)
  2. Outro caminho, implementar a navegacao/busca em outra Viewcontroller, que utiliza a PropertyListViewController como resultado - no lugar da ResultsVC, a PropertyListViewController.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants