Adam Chin

Results 6 comments of Adam Chin

I just was researching this for one of my projects.. Couldn't you implement collectionView didSelectItemAtIndexPath? Example with the projects example in AFViewController.m: ``` objc - (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath {...

Same issue here using Version 7.2.1, iOS 9.2. Thought it might have to do with my using autolayout, or needing to re-draw with setNeedsLayout, but no luck yet.

Hi Tuandao, or Joe, I realize this isn't really supported but I tried to take JCGridMenu for a spin today with one of my projects, and my tableview appears to...

Hello everyone, Joe gave me a hand this morning, and essentially we got my issue resolved. My solution is using a Storyboard, TableViewController, and tabbar (via navigationController). Here are some...

Thanks Tom! I'll try that out and let you know the results. ~ Adam

Tom, this is confirmed to work like a charm! - (void)prepareForDeletion in Photo.m. My code is rather crude and in a unit test form, but if anyone is interested in...