Hi Richard,
I dragged .h and .m files into my directory and an error said "cannot find protocol declaration for NSObject". I checked that the @protocol RKSwipeBetweenViewControllersDelegate following with a <NSObject>. After deleting that everything was fine.
Hi Richard, I dragged .h and .m files into my directory and an error said "cannot find protocol declaration for NSObject". I checked that the
@protocol RKSwipeBetweenViewControllersDelegate
following with a<NSObject>
. After deleting that everything was fine.