Amirhasan Kolahi
Results
2
comments of
Amirhasan Kolahi
Any solution for rotation ?
Guys try this temporary fix: update this function in this file: SwipeCardStack.swift ``` func reloadVisibleCards() { visibleCards.forEach { $0.card.swipeDirections = [] $0.card.removeFromSuperview() } visibleCards.removeAll() cardContainer.subviews.forEach { $0.removeFromSuperview() } let numberOfCards...