24-08-2023 - Andrés Cruz
SwiftUI We are going to create a simple application that consists of a container with VStack, an image and texts using SwiftUI, we will also apply modifiers to vary the font, spacing, padding, etc.
23-08-2023 - Andrés Cruz
SwiftUI We are going to take the first steps with SwiftUI, learn about the necessary tools and how they work, and give some details about its syntax.
21-08-2023 - Andrés Cruz
SwiftUI We are going to learn how to work with the basic texts in SwiftUI, styles and functions that can be applied to them to vary the underline, bold, strikethrough, safe and normal text input in SwiftUI and the state properties.
21-08-2023 - Andrés Cruz
SwiftUI We will use the V,H,Z Stack to stack or place multiple content.