Explorar el Código

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

Tiago Maia hace 4 años
padre
commit
871483ece0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()