- iOS Development with Xamarin Cookbook
- Dimitris Tavlikos
- 180字
- 2021-07-16 11:45:09
Introduction
So far, we have discussed views and how to use them. In most cases of real world app scenarios, views alone are not enough. Apple provides another base class, the UIViewController
class, which is responsible for managing views. A view controller can respond to device notifications, such as when the device rotates, or can provide different ways to display and dismiss multiple views or even other view controllers. There are a number of view controllers available for us to use. In this chapter, we will discuss the most important ones.
These view controllers are as follows:
- UIViewController: This is the base class of all view controllers.
- UINavigationController: This is the view controller that provides various ways of navigating through different view controllers.
- UITabBarController: This is a view controller that displays multiple view controllers in a tab-like interface.
- iPad-specific view controllers: These are the view controllers that only apply to the iPad device.
Furthermore, we will learn how to create our own custom view controllers, and we will create an app whose user interface will be created with storyboard files.
推薦閱讀
- C++面向對象程序設計(微課版)
- Java開發入行真功夫
- Python高級編程
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Web全棧工程師的自我修養
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Unity 5 for Android Essentials
- Learning DHTMLX Suite UI
- Building RESTful Python Web Services
- 圖數據庫實戰
- Babylon.js Essentials
- Creating Data Stories with Tableau Public
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Mastering Android Studio 3
- 計算機應用基礎案例教程(第二版)