首页 > 代码库 > 初学IOS

初学IOS

6月份接触swift。没有学oc。看了视频还是不会写代码,总是会卡壳。到现在也就写了个TodoDemo。

所以还是得系统的学OC和IOS开发。

看网上人家说,把苹果的开发文档都看一遍就成大牛了。都看一篇我做不到,尽量看一些我需要的吧。

 

1,Start Developing iOS Apps Today

https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/index.html#//apple_ref/doc/uid/TP40011343-CH2-SW1

2,About View Controllers

https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007457

 

https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Introduction.html#//apple_ref/doc/uid/TP40011313-CH1-SW1

About Table Views in iOS Apps

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TableView_iPhone/AboutTableViewsiPhone/AboutTableViewsiPhone.html#//apple_ref/doc/uid/TP40007451-CH1-SW1

 

初学IOS