Created
August 6, 2016 06:43
-
-
Save niwatako/60ccb3567dbd6273996759dd60a7a5b5 to your computer and use it in GitHub Desktop.
getHomeTimelineの最後にグルグルを止める処理を書いておく。UI操作だからメインスレッドで呼ぶよ! #CodePiece #realm_swift #realm_jp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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