- Swift 2 Blueprints
- Cecil Costa
- 122字
- 2021-07-09 21:36:43
Chapter 2. Creating a City Information App with Customized Table Views
If you've ever developed an app for iOS, you've probably already used a table view. However, you might not have developed it with customized table views or used alternatives for it like the collection view or the page view controller.
Let's start with a simple but a very good app to warm up the engines and learn different ways of displaying collected information with Swift.
In this chapter, we will cover the following:
- Using table view and custom table view cells
- The usage of
UIPageViewController
- The usage of
UICollectionViewController
- The usage of external APIs
- Managing JSON messages
- The usage of
NSURLSession
to receive JSON or download pictures - Custom
NSErrors
推薦閱讀
- Java Web基礎與實例教程(第2版·微課版)
- Developing Mobile Web ArcGIS Applications
- Learning Flask Framework
- Python Deep Learning
- Python高級機器學習
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Gradle for Android
- Spring+Spring MVC+MyBatis整合開發實戰
- Learning Raspbian
- Mastering ROS for Robotics Programming
- PrimeFaces Blueprints
- WordPress Search Engine Optimization(Second Edition)
- 你真的會寫代碼嗎
- Python Social Media Analytics
- 例解Python:Python編程快速入門踐行指南