TGLStackedViewController icon indicating copy to clipboard operation
TGLStackedViewController copied to clipboard

A stacked view layout with gesture-based reordering using a UICollectionView -- inspired by Passbook and Reminders apps.

Results 13 TGLStackedViewController issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for such a great lib! How to get real height of the content without filling and so on? Here is an example but it doesn't work properly with...

is it possible to assign individual topReveal values to stackedLayout for different cells with different height values?

Tap on a card to see exposed view. Scroll up down (Pan gesture) in a way the [self.collectionView cancelInteractiveTransition]; been called from handleCollapsePanGesture: case UIGestureRecognizerStateEnded. Just a that movement tap...

bug

Its just like the same in gif in readme file. The brown cell is expanding on selection. But im not able to achieve the same with example project. I just...

how i can use it with xib file

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...

I love this stacked view controller that you build. I am interesting to make something similar to Wallet app and I want to add a title on the top. Can...

Hi, I have added your great work TGLstackedView to my app and it looks great ... but it has one strange issue ... I spend hours to fix it without...

Whenever i am adding new items to stack view, entire view is refreshing. SO when i have card in expanded state and in background if any new items gets added....

is there any branch with ios7 support?