ole / OLEContainerScrollView

A UIScrollView subclass that intelligently handles multiple child scroll views and does not interfere with UIKitʼs cell reuse functionality.
http://oleb.net/blog/2014/05/scrollviews-inside-scrollviews/
MIT License
587 stars 67 forks source link

Implicit Declaration Function NSCParameterAssert #13

Closed microdevil closed 9 years ago

microdevil commented 9 years ago

Hi! @ole

Thank you for your open source libraries.

I have an issue in OLESwizzling. Could you give me a tutorial to import your libraries ? May i have to set my project in order to use your libraries?

I have been drag your libraries and drop in to my project, however i got an error in OLESwizzling ("Implicit Declaration of Function NSCParameterAssert"). As additional clue, I can not initialize object like NSString, NSArrat, etc. screen shot 2015-07-29 at 4 11 21 pm

Sorry for My Bad English

Aji

ole commented 9 years ago

Thanks for reporting this. I just pushed an update that should fix this (e3e5ae6571fc15649af039629496c6c6eb7a46c9). Please check and let me know if you still encounter problems.

I also added some usage instructions to the readme.