Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

Download copy is not working #223

Open av089 opened 7 years ago

av089 commented 7 years ago

Hello,

I download zip file from github but it is not working. The .xcworkspace is not exists there.

Please update zip file.

Thank you,

Dirk- commented 7 years ago

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.