collectionView reloadData not working. what is wrong in the code? if my question is not enough to understand, i have mentioned detail in this link How to load content fast with images loading in background? Thank you in advance
-(void)setMovieDetail{
dispatch_async(bgQue, ^{
//code here..
[collectionView reloadData];
});
}