# Presentación

En estos apuntes se extienden los contenidos de iOS para la asignatura [Interfaz de Usuario en Dispositivos Móviles](http://cvnet.cpd.ua.es/Guia-Docente/?wcodasi=43282\&wlengua=es\&scaca=2022-23), perteneciente al [Máster en Desarrollo de Software para Dispositivos Móviles](http://www.eps.ua.es/es/master-moviles/) de la [Universidad de Alicante](http://www.ua.es). Estos materiales están elaborados por [Antonio Pertusa](http://www.dlsi.ua.es/~pertusa).

Comenzaremos describiendo la guía de estilo que propone *Apple* e indicando cómo personalizar componentes como celdas de tablas y *toolbars*. A continuación se verán otros componentes como el controlador paginado (*UIPageViewController*), el controlador de colecciones (*UICollectionViewController*) y las barras de búsqueda en tablas (*UISearchController*).

También veremos componentes desarrollados inicialmente para iPad (*UISplitViewController* y *popovers*), estrategias para diseñar aplicaciones universales, y las novedades en iOS para llevar a cabo estas tareas. Finalmente veremos cómo trabajar con los gestos del usuario sobre la pantalla.

Los ejercicios y ejemplos de este libro se han desarrollado en **iOS17** con **XCode15** y **Swift5.7**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mastermoviles.gitbook.io/interfaz-de-usuario-en-dispositivos-moviles-ios-a/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
