- 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
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- C# 7 and .NET Core Cookbook
- LabVIEW 2018 虛擬儀器程序設(shè)計(jì)
- Python從小白到大牛
- R語(yǔ)言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問(wèn)題的Python實(shí)現(xiàn)
- 精通API架構(gòu):設(shè)計(jì)、運(yùn)維與演進(jìn)
- JavaScript從入門到精通(第3版)
- STM32F0實(shí)戰(zhàn):基于HAL庫(kù)開(kāi)發(fā)
- SQL Server從入門到精通(第3版)
- Illustrator CC平面設(shè)計(jì)實(shí)戰(zhàn)從入門到精通(視頻自學(xué)全彩版)
- Node.js 6.x Blueprints
- SAS編程演義
- Beginning PHP
- 優(yōu)化驅(qū)動(dòng)的設(shè)計(jì)方法