has been engaged in Windows Phone development, but has been curious about the development of iOS, so at the time of MBP, the installation of Xcode handy. The similarity of mobile Internet development allows me to quickly understand and recognize the iOS development framework system, after reading the official Apple starter Document-page 120 of start developing iOS app today, can write Smarty pants iOS app.
After the recent release of the Xcode 6 and iOS 8 GM versions, I tried to rewrite the original OBJECTIVE-C project using the swift language and found that the development process was very similar and the language differences did not cause much trouble. The swift version of the TODO List project was successfully written, and the full project source was shared to GitHub with the following address:
Https://github.com/ChangweiZhang/Apple-Beginner-Project-for-Swift
See this project to be combined with the official OBJECTIVE-C version of the tutorial, the official address is as follows:
Https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/index.html
The actual operating effect is as follows:
Finally, you are welcome to fork, shortcomings, welcome to improve. Later I was Ios&windows phone development double small brother, of course, now has everything is to engage in Windows Phone development earned, I will continue to support Microsoft, support the development of Windows Phone platform.
iOS development todo List for Swift project