Skip to content

Instantly share code, notes, and snippets.

@niwatako
Created August 6, 2016 06:43
Show Gist options
  • Select an option

  • Save niwatako/60ccb3567dbd6273996759dd60a7a5b5 to your computer and use it in GitHub Desktop.

Select an option

Save niwatako/60ccb3567dbd6273996759dd60a7a5b5 to your computer and use it in GitHub Desktop.
getHomeTimelineの最後にグルグルを止める処理を書いておく。UI操作だからメインスレッドで呼ぶよ! #CodePiece #realm_swift #realm_jp
dispatch_async(dispatch_get_main_queue()) {
self.refreshControl?.endRefreshing()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment