Gabriel's iOS & macOS Programming Videos
Hi all 👋!
This is Gabriel Theodoropoulos, owner of and author on SerialCoder.dev blog!
Watch on my YouTube channel videos about iOS & macOS programming, Swift, SwiftUI, and sometimes other interesting tech I like and mess with.
Enjoy watching, and I hope you like my content.
The Builder Design Pattern Explained in Less Than 5 Minutes (Swift)
Beyond the Basics of sidebarAdaptable and TabSection in SwiftUI
From Top Bar To Sidebar With The sidebarAdaptable TabView Style
Meet the new Tab view in SwiftUI
Truncating Text in SwiftUI
Using The contentShape View Modifier In SwiftUI
Selecting and copying text in SwiftUI Text views
Hiding labels with the labelsHidden view modifier in SwiftUI
Presenting Expandable Textfields in SwiftUI
The ContentUnavailableView in SwiftUI
Self vs self in Swift: Find out the differences with practical examples
The ButtonRepeatBehavior View Modifier in SwiftUI
Replacing easily the default ContentView in SwiftUI
The Equatable Protocol In Swift
The clipShape View Modifier in SwiftUI
SwiftUI Quick Tip! How to apply both fill color and stroke in SwiftUI shapes
Implementing Video Playback in SwiftUI
In-Out Parameters in Swift
New Feature in Xcode 14 - Inserting Code Automatically To Codable Types Using Auto-Completion
The onChange view modifier in SwiftUI
Understanding Variadic Parameters in Swift
A simple and effective technique to navigate among SwiftUI views
Custom View Modifiers in SwiftUI
Customize NSButton Colors & Rounded Corners on macOS Projects
Override Status Bar Style On Navigation Controller Based iOS apps
Simplifying Keyboard Notifications Handling on iOS