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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -