CoconutKit
CoconutKit copied to clipboard
Make demos iPhone friendly
Currently the demos have been written for iPad, but CoconutKit is meant to be used with iPhone applications as well. Make the demo project iPhone friendly so that CoconutKit components can be easily tested on an iPhone as well.
in the demo proj you forgot to put in the pch and infoplist in the zip file...
Also, I'm looking forward to learning about how to write high quality container controllers.
Which zip file are you talking about? In the source code zip file automatically created by github, the pch and plist files are automatically included (except if you checked out a commit for which these files were missing, which should be quite unlikely). And it does not make sense to have those files in the tagged binary zip files, that is why you won't find them there. Is there a third kind of zip files I do not know about?
Regarding containers, I I have written a long article about how to write them: http://subjective-objective-c.blogspot.com/2011/08/writing-high-quality-view-controller.html Maybe you already read it, in which case I think you are talking about containers which are not view controllers themselves (which is one of the subjects I didn't discuss in my article). If this is the case, I am sadly not currently implementing such an object, and it is quite unlikely I will in a near future.
Best regards.