Closed tomojiro1125 closed 9 years ago
If you are doing it in your subclass of JSQMessagesViewController
try this instead:
[self.collectionView addSubview:refreshControl];
Hi, mophor Thanks to your kindness, I could solve the issue. Thank you so much.
Glad I could help
I used this below code about UIRefreshControl, but this error message is shown. Then, how can I add UIRefreshControll ? Or should I add other github code about UIRefreshControl ?
_CODE_ [self.view addSubview:refreshControl];
_Error message_ *\ Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIRefreshControl may only be managed by a UITableViewController'
Sincely Regards,