Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Best way to learn is (since you have massive programming experience),</p> <ol> <li><p>Play with XCode a while. Create a view based, tabbed, master-view application. See how xcode create the background code etc.</p></li> <li><p>Learn Xcode - how Interface builder and storyboard works. How to link UI components with generated class files.</p> <p>2.1. Learn more about common UIComponents - UIView, Tabbar, TableView, SplitView etc.</p></li> <li>Syntax of Objective c, message passing, property etc.</li> </ol> <p>This tutorial is kinda popular and good, <a href="http://www.raywenderlich.com/tutorials" rel="nofollow">http://www.raywenderlich.com/tutorials</a></p> <p>Books: To start with UI concept, <a href="http://rads.stackoverflow.com/amzn/click/1430245123" rel="nofollow">Beginning iPhone Development</a> is best to me. </p> <p>Further you learn more about objective c in <a href="http://rads.stackoverflow.com/amzn/click/032188728X" rel="nofollow">Programming in objective c</a> </p> <p>Apple tutorials on different topics,</p> <p><a href="https://developer.apple.com/videos/wwdc/2010/" rel="nofollow">https://developer.apple.com/videos/wwdc/2010/</a></p> <p><a href="https://developer.apple.com/videos/wwdc/2011/" rel="nofollow">https://developer.apple.com/videos/wwdc/2011/</a></p> <p><a href="https://developer.apple.com/videos/wwdc/2012/" rel="nofollow">https://developer.apple.com/videos/wwdc/2012/</a></p> <p><a href="https://developer.apple.com/videos/wwdc/2013/" rel="nofollow">https://developer.apple.com/videos/wwdc/2013/</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload