I have integrated SWReveal into my app after running tests in a seperate project.
I downloaded SWReveal (latest = v2.4) from here and followed tutorial on AppCoda.
In the stand alone project I had no issues. However inside my app (still running as a set of standalone view controllers/table, I am getting these two warnings:
CoreAnimation: stiffness must be greater than 0.
CoreAnimation: damping must be greater than or equal to 0.
Warnings go away if I either disable all aspects of scrolling or enable all of them. This is not the same as the sample project I got from AppCoda (where I get no warnings output to the console).
Although it is not an issue, I would like to try and understand the cause of this error.
Thanks!