- 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
- 程序設計與實踐(VB.NET)
- Magento 2 Theme Design(Second Edition)
- Java游戲服務器架構實戰
- Learn Programming in Python with Cody Jackson
- 微信小程序入門指南
- Learning OpenStack Networking(Neutron)(Second Edition)
- C++從入門到精通(第5版)
- Java Web開發就該這樣學
- 詳解MATLAB圖形繪制技術
- Elasticsearch Essentials
- 并行編程方法與優化實踐
- Learning D
- 安卓工程師教你玩轉Android
- Puppet 5 Beginner's Guide(Third Edition)
- C語言程序設計實驗指導與習題精解