Robert
Robert
It will be very useful to see how plural localization functionality could be used
Images are not loaded if used through CocoaPods with use_frameworks! modifier. The problem is well described on [StackOverflow](http://stackoverflow.com/questions/29581162/pod-paymentkit-cant-load-images-using-imagenamed)
Closure `swipeableView.animateView` is called multiple times. In my case with `numberOfActiveView` equal to 2 `swipeableView.animateView` is called 3 times for 1st view and 3 times for 2 view. This is...