Преглед изворни кода

VLCMediaCategoryViewController: Search: Resign first responder on search

(closes #530)
Soomin Lee пре 6 година
родитељ
комит
dea67effec
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      Sources/MediaCategories/MediaCategoryViewController.swift

+ 5 - 0
Sources/MediaCategories/MediaCategoryViewController.swift

@@ -259,6 +259,11 @@ class VLCMediaCategoryViewController: UICollectionViewController, UICollectionVi
         searchBar.setShowsCancelButton(false, animated: true)
         reloadData()
     }
+
+    func searchBarSearchButtonClicked(_ searchBar: UISearchBar) {
+        searchBar.resignFirstResponder()
+    }
+
     func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) {
         searchDataSource.shouldReloadFor(searchString: searchText)
         reloadData()