I've added a UISwipeGestureRecognizer
to my Xcode nib and having it there makes my app crash with:
..exception 'NSInvalidArgumentException', reason: '-[UISwipeGestureRecognizer initWithCoder:]: unrecognized selector sent to instance 0x5c2ab30'.
Why?