Skip to content

ygit/swiftui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome SwiftUI

Platform Commits PRs

  1. SwiftUI on Apple Developer Documentation

    📹 Keynote WWDC 2019 - First announcement of SwiftUI

    📹 Platforms State of the Union 2019 - More SwiftUI

    📖 Apple Developer Tutorial on SwiftUI

    📹 Introducing SwiftUI: Building Your First App

    📹 SwiftUI Essentials WWDC Video

    📹 Building Custom Views with SwiftUI

    📹 Integrating SwiftUI

    📹 Data Flow Through SwiftUI

    📹 Mastering Xcode Previews

    📹 Accessibility in SwiftUI

    📹 SwiftUI On All Devices

    📹 SwiftUI on watchOS

  2. Paul Hudson on Hacking With Swift

    📖 First look at SwiftUI

    📖 Getting Started with SwiftUI

    📖 Quick Start Guide on SwiftUI by Hacking With Swift

    📹 SwiftUI by Example Videos

    📹 SwiftUI Complete Apps

    📖 Learn SwiftUI with Tutorials

    📹 SwiftUI vs UIKit – Comparison of building the same app in each framework

    📹 Differences between @State, @ObjectBinding, and @EnvironmentObject?

  3. SwiftUI Tutorials by Lets Build That App

    📹 SwiftUI Sneak Preview Demo Project

    📹 How to Run SwiftUI on Mojave with Playgrounds and Sample Code

    📹 SwiftUI Basics: Dynamic Lists, HStack VStack, Images with Circle Clipped Stroke Overlays

    📹 SwiftUI: Facebook Complex Layouts - Horizontal Scroll View

    📹 State Management and Bindings

    📹 Fetching JSON and Image Data with BindableObject

  4. SwiftUI by John Sundell

    📖 A first look at SwiftUI: Apple’s declarative new UI framework

    📖 Answers to the most common questions about SwiftUI

    📖 SwiftUI’s relationship to UIKit and AppKit

  5. SwiftUI Tutorials by Code With Chris

    📹 SwiftUI Basics Tutorial

    📹 SwiftUI App Tutorial - Lists, Navigation and JSON Data

    📹 How To Handle User Input

    📹 Understand SwiftUI, Property Wrapper, @State, @EnvironmentObject & More

  6. SwiftUI Tutorials by Kilo Loco

    📹 SwiftUI Presenting Data In A Scroll View & List

    📹 Intro To SwiftUI: Simple State Management

    📹 Before You Learn SwiftUI, You Need To Hear This...

    📹 Using Both UIKit And SwiftUI In Your Project

  7. SwiftUI by Rebeloper

    📹 SwiftUI = Mind-blow | WWDC iOS developer reaction

    📹 SwiftUI - DON'T LEARN IT (JUST YET)

    📹 SwiftUI Modifiers in UIKit with @discardableResult

    📹 SwiftUI Visual Debugging in UIKit

    📹 SwiftUI in UIKit? Yes! Meet DuckUI

  8. 📹 SwiftUI Beginner Tutorial On iOS 13 by Devslopes

  9. SwiftUI by Brian Advent

    📹 Simple SwiftUI App

    📹 Complex UI with SwiftUI from Start to Finish

  10. 💻 An example to-do list app using SwiftUI

  11. 📖 Inside SwiftUI's Declarative Syntax's Compiler Magic

  12. 💻 All of the Apple documented SwiftUI tutorials in one easy download

  13. 📹 Live Coding SwiftUI by Swiftly Tilting Planet

  14. SwiftUI by Maxcodes

    📹 What is SwiftUI?

    📹 How To Create Views, Text and Stacks

    📹 Creating NavigationView, List, Text, NavigationBarTitle

    📹 Draw Shapes in SwiftUI with Path, addLine, CGPoint, LinearGradient

  15. 📖 SwiftUI Cheat Sheet

  16. SwiftUI by Gary Tokman

    📹 SwiftUI Tutorial - Build a list that fetches JSON!

  17. 💻 SwiftUI Currency Converter App

  18. 📹 SwiftUI Collection by Objc.io

  19. 📖 SwiftUI and Combine - A collection of notes, project pieces, playgrounds & ideas on learning

  20. 💻 SwiftUI Todo App

  21. 💻 SwiftUI & Combine app using MovieDB API. With a custom Flux (Redux) implementation

  22. 💻 A Weather app in SwiftUI

  23. 💻 A 2048 game writing with SwiftUI

  24. 📹 📖 A First Look at SwiftUI by ObjC.io - Chris Eidhof and Florial Kugler

  25. 📖 Building BarChart in SwiftUI by Majid Jabrayilov

  26. 📖 SwiftUI: Getting Started By RayWenderlich

  27. 📖 Fucking SwiftUI: A curated list of questions and answers about SwiftUI

  28. 💻 SwiftUI Sliders

  29. 💻 SwiftUI Grid

  30. NSScreencast - Free SwiftUI Videos

    📹 Hello, SwiftUI!

    📹 Tip Calculator in SwiftUI

    📹 SwiftUI Transforms and Animations

    📹 SwiftUI Gestures

  1. 💻 SwiftUIX provides an extensive suite of components, extensions and utilities to complement the Standard Library.

  2. Frameworks

    • 🌍 Networking

    Hover an async Combine supported networking library

    • 📦 Storage

    Defaults — @State replacement for UserDefaults

    • 👤 User Interface

    Preferences — Create a preferences window for your macOS app in SwiftUI

    • 🌈 Miscellaneous

    KeyboardShortcuts — User-customizable global keyboard shortcuts for your macOS app

  3. 📹 Your First iOS and SwiftUI App - Ray Wenderlich

  4. 💻 SVG to SwiftUI Shape Converter

  5. 💻 A Demo App for SwiftUI System Components & Interactions based on iOS 14, macOS Big Sur, watchOS 7, and tvOS 14

  6. 💻 SSToastMessage - A library to show Popup, Toast, Alert or Floating Message.

  7. What is iSwiftUI?

    📹 How to format phone numbers in SwiftUI

    📖 Formatting phone numbers entirely in SwiftUI

    📹 Swipable pages in SwiftUI

    📹 SwiftUI Text Field with 24 custom modifiers

    📹 Apple Pay button in SwiftUI

  8. 💻 AR MultiPendulum - AR app using SwiftUI for touchscreen interface

  9. 💻 ARHeadsetKit - High-level AR framework for replicating Hololens, using SwiftUI instead of Storyboard

  10. 📹 Full SwiftUI Bootcamp from Nick (Swiftful Thinking)

    📹 Beginner Level

    📹 Intermediate Level

    📹 Advanced Level

    📹 Concurrency - Intermediate Level

  11. 📖 Using Vision with SwiftUI

  12. 📖 Using CoreML with SwiftUI