- iOS Development with Xamarin Cookbook
- Dimitris Tavlikos
- 296字
- 2021-07-16 11:45:06
Introduction
An application's User Interface (UI) is essential for providing the user with an easy way of communicating with a device, be it a computer, a mobile phone, or a tablet. On a mobile device, the user interface is not only essential but the only way to interact with the user. Developers have to cope with various limitations and restrictions when developing applications for mobile devices. The processing power of mobile devices does not match that of desktop CPUs, and the screens are smaller, making the process of choosing what sort of information will be displayed each time somewhat more difficult.
In this chapter, we will discuss the key components of an iOS application's UI. We will see how to use and customize these components to create rich application user interfaces and discuss the similarities and differences they have with their desktop equivalents. The following is a list of these components:
- UIView: This is a customizable container that is the base object of most iOS user interface controls
- UIButton: This is the equivalent of a Button in the .NET world
- UILabel: This is the equivalent of a Label in the .NET world
- UIImageView: This is a view that allows us to display and create basic animations with images
- UITextView: This is a view that allows us to display editable text
- UITextField: This is similar to .NET's TextBox control
- UIProgressView: This displays the known length progress
- UIScrollView: This provides the ability to display scrollable content
- UIPageControl: This provides navigation functionality to the content that is divided into different pages or screens
- UIAlertView: This is the default iOS control for displaying a message box to the user
We will also talk about how to programmatically create instances of these components and how to style and use them efficiently.
- Getting Started with Citrix XenApp? 7.6
- Mastering Entity Framework Core 2.0
- Java程序設(shè)計(jì)與開發(fā)
- Angular UI Development with PrimeNG
- 軟件項(xiàng)目管理(第2版)
- Android開發(fā)精要
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)教程
- PHP程序設(shè)計(jì)(慕課版)
- 算法訓(xùn)練營:入門篇(全彩版)
- ASP.NET Core Essentials
- Python應(yīng)用輕松入門
- Java應(yīng)用開發(fā)技術(shù)實(shí)例教程
- QGIS By Example
- Hands-On Nuxt.js Web Development
- Illustrator CC平面設(shè)計(jì)實(shí)戰(zhàn)從入門到精通(視頻自學(xué)全彩版)