For me just starting work on a real project does the trick. First I do a basic 'hello world' time project to quickly learn how the file structure etc. works. Then I start coding. For everything I need to do I google it. e.g. Create a string in Objective c. Save a file to documents on iOS. Load content in WebView on iOS. etc.etc.
Eventually things just start to click for me.