Xcode 4 and kalviewcontroller
Do you know how to import the Ka开发者_如何转开发lViewController opensource library for iPhone in Xcode 4?
Update
The best way right now is to use CocoaPods with
pod 'Kal'
Old answer
I think you should create a new group folder under the Classes folder of your projects, drag into it all the .m and .h files of the Kal library, telling to Xcode to copy the files if they are missing. This way they will be added to the project and automatically to the targets.
From now on you can use all the imports of the .h files from the library in your whole project.
Does this help?
I followed the Xcode 4 docs for creating a workspace with multiple projects.
It handles the dependencies for you.
精彩评论