ios - How to use third party library by cocoaPods -


i install third party library successfully. enter image description here

i try use third party library.so code in rootviewcontroller.h:

#import "ddcollectionviewflowlayout.h" 

the error occurs:

ddcollectionviewflowlayout.h file not found 

the question out of third party library. tried use afnetworking cocoapods , write code:

#import "afnetworking.h" 

it works well.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -