mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Hide the searchBar until we can deal with it.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user