gleue / TGLStackedViewController

A stacked view layout with gesture-based reordering using a UICollectionView -- inspired by Passbook and Reminders apps.
MIT License
1.21k stars 117 forks source link

Refreshing stack when adding new item #40

Open sanketpardeshi opened 7 years ago

sanketpardeshi commented 7 years ago

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. Entire cards are getting refreshed and back to default state.

Need help with this issue.

gleue commented 7 years ago

What exactly are you doing to add new items?