2016-10-24から1日間の記事一覧

swiftでぐるぐる更新を実装する(UIRefreshControl)

UIRefreshControlはTableViewをしたに引っ張って更新するやつ。 twitterのこんな感じのやつ override func viewDidLoad() { self.refreshControl = UIRefreshControl() refreshControll.attributedTitle = NSAttributedString(string: "更新") refreshContro…