iOS6 ããã¡ã¼ã«ã¢ããªã«å®è£ ããã¦ãããä¸ã«å¼ã£å¼µã£ã¦æ´æ°ãã UIRefreshControl ã使ã£ã¦ç°¡åã«å®è£ ã§ããã®ã§ UITableViewController ã UICollectionViewController ã§ä½¿ã£ã¦ã¿ãã - (void)viewDidLoad { // UIRefreshControl ã®åæå UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init]; self.refreshControl = refreshControl; [refreshControl addTarget:self action:@selector(refreshOccured:) forControlEvents:UIControlEventValueChanged]; // tableVie
{{#tags}}- {{label}}
{{/tags}}