- 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
- Learning Chef
- 數據結構習題精解(C語言實現+微課視頻)
- Getting Started with Python Data Analysis
- Unreal Engine 4 Shaders and Effects Cookbook
- 學習正則表達式
- Create React App 2 Quick Start Guide
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Android項目實戰:手機安全衛士開發案例解析
- Getting Started with React Native
- Scratch·愛編程的藝術家
- Kotlin極簡教程
- Scala編程實戰
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- Machine Learning for OpenCV
- Python硬件編程實戰