RATreeView
RATreeView copied to clipboard
Download copy is not working
Hello,
I download zip file from github but it is not working. The .xcworkspace is not exists there.
Please update zip file.
Thank you,
You have to use CocoaPods to create the workspace file. Open a terminal, cd
to the Examples
folder of RATreeView
and run pod install
. The workspace file should be created. If you don't have CocoaPods, install it from cocoapods.org.