iOS Dev

Results 3 issues of iOS Dev

Thanks for amazing class,, its really awesome for lazy loading issues. but i am facing memory warnings when i download more than 30 images and then its crashes... ``` for(int...

Hello, I really like your example. In your example all cards collapse at bottom, can i do reverse of it means can i collapse all cards to top and selected...

in this method - (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath: (NSIndexPath *)indexPath { if (self.exposedItemIndexPath && indexPath.item == self.exposedItemIndexPath.item) { self.exposedItemIndexPath = nil; } else { NSLog(@"Hello1"); self.exposedItemIndexPath = indexPath; NSLog(@"Hello2"); } when...