Hide the searchBar until we can deal with it.

This commit is contained in:
Brent Simmons
2025-02-04 19:39:54 -08:00
parent 85f25556f9
commit d12ae5edba

View File

@@ -140,6 +140,7 @@ final class ArticleViewController: UIViewController {
override func loadView() {
view = UIView(frame: UIScreen.main.bounds)
view.addSubview(searchBar)
searchBar.isHidden = true
}
override func viewDidLoad() {