I spent the last year working on a project that involved mostly java for android but used c++ for some additional libraries through jni. What I would like to do is port the whole project into objective c for ios because I think it would make using the ios libraries that much easier not having to use any wrappers or additional code.
So does anybody know of any good books related to programing in objective c from the eyes of a java programmer. I already have quite a few objective c books and ios books but what Im lacking is the knowledge of how to cross over certain operations on objects and containers and things like that.
Any leads on the matter would be much appreciated.