I've seen in this question that CKRefreshControl can be used as a substitute for UIRefreshControl for apps that support both iOS5 and iOS6. I've found the code on Github, but I don't know how to implement it. John said to just use the same code. But something is missing. Where does the CKRefreshControl code go?
self.refreshControl = [[UIRefreshControl alloc] init];
Thanks!