Using Facebook Async Display Kit in Swift

I want to use in my project a set of asynchronous facebook flags for smooth loading in the form of a table. I read the GitHub page to them, but this is not clear to me. Can someone help me figure this out?

(ASDK can also be used as a regular static library: manually copy the project to your codebase by adding AsyncDisplayKit.xcodeproj to the workspace. Add libAsyncDisplayKit.a, AssetsLibrary and photos to the assembly phase of Link Binary With Libraries Include -lC ++ -ObjC in your project linker flags.)

I copied the xcodeproj file to my own project and add -ObjC. But I do not know what they mean Add libAsyncDisplayKit.a, AssetsLibrary, and Photos to the "Link Binary With Libraries" build phase.. I did not find such files.

Please do not minus my question, I am new to Swift. Just show me the way. Thank!

+4
source share
2 answers

This means that you need to add the libraries that you mentioned in the "link binary with libraries" line of the "Phase Assembly" section.

You can come to this section: - click on the project file in the project navigator view - click on the project goal where you want to use the library in the goals column - click on the “Phase assembly” section and you will see the line “Link binary files to libraries”.

Just click the + button and add libAsyncDisplayKit.a, Photos.framework and AssetsLibrary.framework.

0
source

libs cocoa pods . ( tableView )

( )

0

All Articles