SwipeView
SwipeView copied to clipboard
Crash with autolayout when view has something else in it
I had ticked off autolayout for some reason, now that I turned it on my app crashes.
I found exact same issue in iCarousel. https://github.com/nicklockwood/iCarousel/issues/262
After checking those messages I can confirm that I had a label inside the SwipeView. Removing that label fixed the crash