当前正在从事android开发工作,想业余时间学习iOS开发,目标是今年年底前可以达到在iOS平台上开发应用的能力。已经看完了swift的语法部分,该如何继续学习iOS平台部分,或者有怎样比较好的学习路线。求告知!o(^▽^)o
PHP中文网2017-04-17 17:09:41
Let me talk about my experience in learning iOS. I started by reading a book, a practical introduction to Swift. Although the book was not very well written, I still learned a lot of knowledge and became familiar with the basic syntax. What will happen later? Mainly watch videos. There are many videos on the hcxy.me website (non-advertising, various, you can check it out. stanford CS193P is a very classic iOS tutorial, but the progress is very fast. If the foundation is weak, it is easy to fall behind. When If you have a certain foundation, you can watch this video. Of course, the most important thing is to practice. You will find many problems when you get a project and solve them one by one, and your level will improve quickly
ringa_lee2017-04-17 17:09:41
My personal learning method is to first watch some basic tutorials, and then try to implement some small functions or applications myself. The best way in this process is to find some iOS open source projects, read other people's code, and learn while reading.
PHP中文网2017-04-17 17:09:41
I remember that I watched the quick start for two or three days, and then. . . . Get a broken Windows, install a virtual machine on it, install the Apple system, and then. . . . Just finished a project
阿神2017-04-17 17:09:41
Insist on watching open courses, and then write projects, and you will be good at reading books. If you know JS, you can learn React native