Flow control in iOS

This paper explain the control flows that are used by programming applications in iOS, trying to summarize the most important aspects to be considered by programming mobile devices like iPhone and iPad. Because iOS environment, is strictly a object-oriented one(OOP), control flows are not obvious, b...

Descripción completa

Autores Principales: Hernández-Castro, Franklin, Monge-Fallas, Jorge
Formato: Artículo
Idioma: Español
Publicado: Editorial Tecnológica de Costa Rica 2012
Materias:
Acceso en línea: https://revistas.tec.ac.cr/index.php/tec_marcha/article/view/476
https://hdl.handle.net/2238/4255
Sumario: This paper explain the control flows that are used by programming applications in iOS, trying to summarize the most important aspects to be considered by programming mobile devices like iPhone and iPad. Because iOS environment, is strictly a object-oriented one(OOP), control flows are not obvious, besides Apple® use design patterns highly recommended in this type of programming. Here we introduces some of them.