IBInspectable and IBDesignable - Spanish
Runtime: 06:38
Description:Many projects use a lot of Interface Builder because many views are made using storyboards or xib files and when a developer creates a custom view is very helpful to see that view in design-time. In this scr...
Setting up Stack Views Inside Scroll Views - Spanish
Runtime: 04:12
Description:Sometimes iOS developers have to present lists of related data, one of the first approaches could be to use table views or collection views. However, that could be much if the goal is to do something smaller...
Xcode Configurations vs. Schemes
Runtime: 09:49
Description:Targets and configurations and schemes; Oh my! Confused by these Xcode concepts? Curious how using multiple build configurations coupled with schemes can avoid the multiple-target mess? If you’re wondering w...
SwiftUI #10 - Creating a Swipeable Card Interface in SwiftUI
Runtime: 07:38
Description:In this screencast, we will implement a card swiping interface viewed in many dating apps. We will make use of the drag gesture to implement the swipe functionality since there is no Swipe gesture in SwiftUI...
SwiftUI #9 - Creating an Asynchronous Image View in SwiftUI
Runtime: 06:16
Description:In this screencast, we will learn how to asynchronously load an image in a SwiftUI Image view from the network.
SwiftUI #8 - Embedding a UIView or UIViewController in SwiftUI
Runtime: 07:54
Description:In this screencast, we will see how to embed a UIView or UIViewController in SwiftUI.
SwiftUI #7 - Hosting SwiftUI in a UIViewController
Runtime: 06:09
Description:In this screencast, we will learn how to host a SwiftUI view in a UIViewController.
SwiftUI #6 - Animation and Transitions
Runtime: 06:40
Description:In this screencast, we will take a look at how animations and transitions work in SwiftUI.
SwiftUI #5 - Adding State and Binding to Make an Editable List
Runtime: 10:47
Description:In this tutorial, we will make the Todo app dynamic by adding state and binding using SwiftUII and the Combine Framework.
SwiftUI #4 - Implementing a Todo list using Lists
Runtime: 06:20
Description:In this tutorial, we will see the power of SwiftUI's declarative programming by implementing a List view to manage a Todo list.
SwiftUI #3 - Build a Login Form using Stacks
Runtime: 06:59
Description:In this tutorial, we will explore container views called Stacks to create a login form in SwiftUI.
SwiftUI #2 - Exploring View Modifiers
Runtime: 05:57
Description:In this tutorial, we will look at the effect of View Modifiers and how they are used to customize the display, behavior and interactivity of views.