2
正如您在視頻中看到的那樣,當我開始滾動時,導航欄下方會出現一條白色的細線。滾動時或在搜索欄上按下導航欄時的白線
它只會在我按下searchBar(包含在我的searchController中,因此搜索欄不會從Storyboard添加)時消失。我嘗試了很多不同的組合,試圖讓它消失,但沒有奏效。
任何幫助表示讚賞!謝謝!
視頻:https://www.youtube.com/watch?v=KcgZmBg1VS0
這是我viewDidLoad
裏面的代碼:
searchController.searchBar.delegate = self
searchController.dimsBackgroundDuringPresentation = false
searchController.hidesNavigationBarDuringPresentation = false
searchController.searchBar.placeholder = "Search for a recipe"
searchController.searchBar.barTintColor = navigationController?.navigationBar.barTintColor
searchController.searchBar.tintColor = UIColor.white
還是一樣的... –
@ TomaRadu- Petrescu我將創建測試項目並嘗試看看發生了什麼在 –
這將是偉大的:)謝謝! –