ios - How to use third party library by cocoaPods -
i install third party library successfully.
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
Post a Comment