UIKit ScrollView Masterclass: Vertical & Horizontal Scrolling!

Опубликовано: 08 Март 2025
на канале: NDC
79
3

🚀 Master UIScrollView in UIKit! Learn vertical & horizontal scrolling using Storyboard (No Code) and Swift Code (Programmatic AutoLayout).
Assets: https://github.com/NDCSwift/Swift-Pro...

🔹 What You’ll Learn in This Video:
✅ How to Add Vertical ScrollView in Storyboard
✅ How to Create Horizontal Scrolling for Image Carousels
✅ Best Practices for AutoLayout with UIScrollView
✅ How to Programmatically Add a ScrollView in Swift

📌 Perfect for: iOS Developers, Beginners, and Swift Learners!

🔥 Download My Project Files & More! 🔥
👉 Get the source code for this project & other Swift resources here:
🔗 https://ndcswift.github.io/Swift-Proj...
Subscribe for more bite-sized lessons and full tutorials on Swift, SwiftUI, and UIKit.

Links:
Xcode: https://developer.apple.com/xcode/
Swift Documentation: https://www.swift.org/documentation/
Apple Docs on UIScrollView: https://developer.apple.com/documenta...

Timestamps:
00:00 - Intro to UIScrollView in UIKit
00:42 - Project Setup
00:53 - Adding a Vertical ScrollView (Storyboard)
07:20 - Horizontal ScrollView (Storyboard)
10:32 - Programmatic ScrollView with AutoLayout
17:42 - Wrap Up