- Swift 2 Blueprints
- Cecil Costa
- 194字
- 2021-07-09 21:36:40
Chapter 1. Exploring Xcode
Programming is not only about code, it is also about methodology. It doesn't matter how many years you've been programming with Xcode, there is always a new feature that can speed up your development, mainly nowadays that there is a new version every few months. Don't forget that Swift is a new language created to replace the old Objective-C, which means that Xcode also needs to adopt new features for this new programming language.
This book is about creating applications with the Swift programming language using Xcode 6 as an IDE. The idea behind these apps is to show how to create different kinds of real apps from scratch and this chapter presents with you some tricks on how to use Xcode.
Even if you are already a developer with years of experience in Xcode, it is worth reading this chapter because there is always a different way to do a task and it can be very helpful. So, let's start reviewing some Xcode and Swift features. In this chapter, we will cover:
- Keyboard shortcuts
- Versioning your project
- Testing with Playground
- Debugging
- New Swift features
- Some final comments
- LaTeX Cookbook
- Kali Linux Web Penetration Testing Cookbook
- 深入淺出Windows API程序設計:編程基礎篇
- Oracle BAM 11gR1 Handbook
- 自制編程語言
- Learning DHTMLX Suite UI
- C語言程序設計實驗指導 (第2版)
- 編程與類型系統
- Java網絡編程實戰
- 寫給程序員的Python教程
- Solutions Architect's Handbook
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Hadoop大數據分析技術
- 遠方:兩位持續創業者的點滴思考
- OpenCV Android Programming By Example