Als «pull-to-refresh» getaggte Fragen

72
Pull-to-Refresh in UICollectionViewController

Ich möchte Pulldown-to-Refresh UICollectionViewControllerunter iOS 6 implementieren . Dies war mit einem UITableViewControllerwie folgt einfach zu erreichen : UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init]; [refreshControl addTarget:self action:@selector(startRefresh:)...