Introducción a Swift y XCode
Swift y el ecosistema Apple
Instalación y configuración de XCode
Quiz: Introducción a Swift y XCode
Fundamentos de programación iOS
Variables, constantes y tipos de datos básicos
Condicionales
Funciones
Tipos de datos opcionales
Arreglos: append, insert, como crearlas
Arreglos: validar, editar y agregar una lista dentro de otra lista
Conjuntos: como agregar o eliminar elementos
Conjuntos: principales operaciones entre conjuntos
Diccionarios
Recorridos parte 1: while
Recorridos parte 2: for
Recorridos parte 3: los retos
Quiz: Fundamentos de programación iOS
POO en iOS
Programación orientada a objetos en iOS
Structs
Clases y herencia
Enums
Protocolos
Funciones de arreglos (filter, map, reduce)
Funciones de arreglos parte 2 (filter, map, reduce): playground
Quiz: POO en iOS
Manejo de errores y programación segura
Manejo de errores y programación segura
Propagación de errores
Do, try, catch
Quiz: Manejo de errores y programación segura
Programación en el ecosistema de Apple
Siguientes pasos para el desarrollo en iOS
To develop in SWIFT and participate in this course, it is essential to correctly configure your development environment. Xcode, Apple's exclusive IDE, will be our main tool. Let's go step by step to install it on our Mac OS system.
Now with Xcode active, it's time to explore its basic functionality and learn how to create your first project.
An empty project will allow us to better understand the working environment and get started with the basics of Swift.
With this, your first Xcode project is ready. View it in full screen to make the best use of the workspace.
A Playground in Xcode is an interactive space that allows you to test Swift code dynamically.
You will now see your workspace with a folder structure on the left where you will organize your files.
Xcode has several features that will make programming easier, one of them is the console.
In addition, you can navigate and monitor variables, helping to determine their values during compilation. This functionality will be vital for later debugging.
With this guide, you have taken the first step in programming with Xcode. Get ready to explore the basics of Swift and continue experimenting with your new knowledge.
Contributions 6
Questions 2
Want to see more contributions, questions and answers from the community?