Trying to integrate a Calendar library that was built for versions of iOS before iOS5 into my new project in XCode 4 using iOS5 - How to port?
问题 I need a calendar View in my iOS 5 project. I found this Library on github that is exactly what I need. However, it was bult for versions of iOS previous to iOS5. As a preliminary step of integration, I downloaded the zip files and converted the projects into ARC compatible iOS 5 project using the feature in XCode 4 under "refactor->Convert to Objective-C ARC" to do this. I bult that project and it built fine in iOS5. Now I m following the instructions on how to integrate the files in my