2014-10-04から1日間の記事一覧

UICollectionViewに引っ張って更新を追加する

iOS

UICollectionViewに、画面上部を引っ張って更新するRefreshControlを追加する方法 UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init]; refreshControl.tintColor = [UIColor grayColor]; //引っ張ったときのイベント [refreshControl add…