Parcourir la source

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

Tiago Maia il y a 4 ans
Parent
commit
871483ece0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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()