Selaa lähdekoodia

Initially display the request indicator in the sample app (#3514)

Tiago Maia 4 vuotta sitten
vanhempi
commit
871483ece0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Example/Source/DetailViewController.swift

+ 1 - 0
Example/Source/DetailViewController.swift

@@ -76,6 +76,7 @@ class DetailViewController: UITableViewController {
             return
         }
 
+        refreshControl?.isHidden = false
         refreshControl?.beginRefreshing()
 
         let start = CACurrentMediaTime()