Before I get flamed out for not checking previous questions, I have read most of the tutorials, and have Hillegass' book, as well as O'Reilly's book on it. I'm not asking for tips on Cocoa or what IDE to use.
Where my issue lies - my 'mental muscle memory' is making it hard for me to read Objective-C code.
I have no problems at all reading Java and C code and understanding what's going on.
Maybe I'm getting to old to learn a new syntax, but it's a struggle shifting mental gears and looking at Objective-C code and just "getting it" (I thought it might be an isolated case, but I have other friends who are seasoned devs who have said the same thing).
Are there any tricks that any non-Objective-C programmers who now know Objective-C used to help process the syntactical differences when learning it?
For some reason, I get dyslexic when reading Objective-C code. Maybe I'm not meant to be able to learn it (and that's ok too). I was hoping/wondering if there might be others who have had the same experience.
Edit:
Thought I should clarify the question a little more - where I have been struggling the most is in the message passing paradigm of Objective-C. As Jeremy Wall's answer alludes to, I think I need to find some mental tricks to help me convert my method call thinking to help me think of it as more of a conversational structure. Any other suggestions on how I can change the way I think are welcome.