Since past Apple's keynote, where SwiftUI was announced, tons of docs, examples, videos and tutorials have appeared. The goal of this repository is to gather all this information having a unique place where looking for info about SwiftUI.
SwiftUI is an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. Build user interfaces for any Apple device using just one set of tools and APIs. With a declarative Swift syntax that’s easy to read and natural to write, SwiftUI works seamlessly with new Xcode design tools to keep your code and design perfectly in sync. Automatic support for Dynamic Type, Dark Mode, localization, and accessibility means your first line of SwiftUI code is already the most powerful UI code you’ve ever written.
-
- 🌎 SwiftUI**
-
- 🌎 Official doc**
- Essentials
-
- 🌎 Introducing SwiftUI**. SwiftUI is a modern way to declare user interfaces for any Apple platform. Create beautiful, dynamic apps faster than ever before.
-
- 🌎 App Structure and Behavior**. Define the entry point and top-level organization of your app.
-
- User Interface
-
- 🌎 Views and Controls**. Present your content onscreen and handle user interactions.
-
- 🌎 View Layout and Presentation**. Combine views in stacks, generate groups and lists of views dynamically, and define view presentations and hierarchy.
-
- 🌎 Drawing and Animation**. Enhance your views with colors, shapes, and shadows, and customize animated transitions between view states.
-
- 🌎 Framework Integration**. Integrate SwiftUI views into existing apps, and embed AppKit, UIKit, and WatchKit views and controllers into SwiftUI view hierarchies.
-
- Data and Events
-
- 🌎 State and Data Flow**. Control and respond to the flow of data and changes within your app’s models.
-
- 🌎 Gestures**. Define interactions from taps, clicks, and swipes to fine-grained gestures.
-
- Previews in Xcode
-
- 🌎 Previews**. Generate dynamic, interactive previews of your custom views.
-
- Develop Apps with SwiftUI
-
- 🌎 Develop Apps with SwiftUI**. Create apps using SwiftUI and Xcode. Build Scrumdinger, an app that keeps track of daily scrums.
-
- 2️⃣0️⃣2️⃣2️⃣
- 2️⃣0️⃣2️⃣1️⃣
- 2️⃣0️⃣2️⃣0️⃣
- 2️⃣0️⃣1️⃣9️⃣
🌟 most interesting
-
- 🌎 Swift UI by Tutorials** by 🌎 Ray wenderlich
-
- 🌎 Catalyst by Tutorials** by 🌎 Ray wenderlich
-
- 🌎 SwiftUI Views Mastery** by 🌎 Big Mountain Studio
-
- 🌎 Using Combine** 🌎 PDF/ePub at Gumroad by 🌎 Joseph Heck
- 🇨 🌎 SwiftUI实战,带你入门苹果最新的UI开发框架 - SwiftUI in Action, bring you the latest UI development framework from Apple by 🌎 zixiao233
-
- 🌎 Thinking in SwiftUI** by 🌎 objc.io
-
- 🌎 SwiftUI for Absolute Beginners** by Jayant Varma
-
- 🌎 Learn SwiftUI**. by 🌎 Meng To
- 🇨🇳
2422⭐
317🍴
SwiftUI 中文教程 - SwiftUI-Tutorials). by WillieWangWei
-
- 🌎 SwiftUI by Example** by 🌎 Hacking with Swift
-
- 🌎 Intro to SwiftUI** by 🌎 Santosh Botre
-
- 🌎 SF Symbols in iOS 13** by 🌎 craiggrummitt
-
- 🌎 Optionals in SwiftUI** by 🌎 Jasper Haggenburg
- 🇫🇷 🌎 Qu’est-ce que SwiftUI? by 🌎 Nicolas Bachur
-
- 🌎 Intro to SwiftUI — Part 1** by 🌎 Suyash Srijan
-
- 🌎 SwiftUI: Getting Started** by 🌎 Ray wenderlich
- 🇨🇳 🌎 SwiftUI - First experience by 🌎 彼得潘的 iOS App Neverland
-
- 🌎 SwiftUI Basics: List Fetching** by 🌎 Mat Schmid
-
- 🌎 Cloning Tinder using SwiftUI** by 🌎 David Doll
-
- 🌎 SwiftUI vs Compose** by 🌎 QuickBird Studios
-
- 🌎 Modal View in SwiftUI** by 🌎 Denis Chashchin
-
- 🌎 SwiftUI Data Flow** by 🌎 Sarah Reichelt
-
- 🌎 Clean Architecture for SwiftUI** by 🌎 @nallexn
2237⭐
157🍴
ViewInspector) by 🌎 @nallexn-
- 🌎 Unit testing SwiftUI views** by 🌎 @nallexn
200⭐
11🍴
nef) - This Xcode extension enables you to make a code selection and export it to a snippets. Available on Mac App Store.30⭐
4🍴
SwiftUI Recipes) - companion app and Xcode extension for adding 70+ community-sourced SwiftUI recipes to your code. Available on Mac App Store.
267⭐
55🍴
100 Days of SwiftUI & Combine) Repo to follow along with Hacking with Swift's 🌎 100 Days of SwiftUI Challenge.72⭐
12🍴
Currency Converter & Calculator) A currency application for most of the currencies in the world. You can quickly convert and make mathematical operations between currencies.534⭐
49🍴
SwiftSunburstDiagram) A library written with SwiftUI to easily render sunburst diagrams given a tree of objects.5311⭐
526🍴
SwiftUI).SwiftUI
Framework Learning and Usage Guide. 🚀801⭐
131🍴
SwiftUITodo). An example to-do list app using SwiftUI which is introduced in WWDC19.183⭐
4🍴
KeyboardAvoiding). A SwiftUI view that manages a UIViewController that responds to keyboard events with modified additionalSafeAreaInsets.504⭐
36🍴
DispatchStore). Swift package that implements an operation based, multi-store à-la Flux for SwiftUI.205⭐
16🍴
GitHubSearchWithSwiftUI). SwiftUI based GitHubSearch example.316⭐
67🍴
SwiftUI-MovieDB). SwiftUI MovieDB prototype app built with Xcode 11 Beta & macOS 10.15 Catalina.48⭐
4🍴
WWDCPlayer). 🤖 WWDC19 player using SwiftUI.6⭐
0🍴
MyDogs). A simple SwiftUI example for testing Lists, BindableObject, State management and Network.6476⭐
641🍴
MovieSwiftUI). SwiftUI & Combine app using MovieDB API.8⭐
2🍴
CryptoTickerSwiftUI). Example project using a websocket API and SwiftUI to displays latest BTC-USD trade. (Latest Bitcoin price)22⭐
1🍴
SwiftUIRedux). Comprehensive Redux library for SwiftUI, ensures State consistency across Stores with type-safe pub/sub pattern.451⭐
29🍴
SwiftUI-Combine). This is an example project of SwiftUI and Combine using GitHub API.141⭐
4🍴
SwiftUITimeTravel). An experimental time traveling state store for SwiftUI.114⭐
17🍴
SwiftUI_Jike). SwiftUI imitation app interface (Build Jike App with SwiftUI).705⭐
65🍴
2048). A 2048 game writing with SwiftUI.10⭐
0🍴
SwiftUI-Landmarks). Introducing SwiftUI. A declarative way to create User Interfaces with Swift.54⭐
1🍴
SwiftUI-Flux). 🚀 This is a tiny experimental application using SwiftUI with Flux architecture.196⭐
16🍴
SwiftUI-by-Examples). Examples of new SwiftUI framework.33⭐
0🍴
SwiftUICalculator). A calculator app using SwiftUI which is introduced in WWDC19.16⭐
3🍴
InstaFake-Swift-UI). Swift UI Demo for an instagram copy.6⭐
0🍴
SwiftUITheme). A first idea to style SwiftUI Views.-
- 🌎 Lists_-_Navigation_SwiftUI**. Exploration of Apple Developer's SwiftUI tutorial, detailing how to build lists and enable navigation between views with #SwiftUI.
118⭐
5🍴
injectable). A micro framework that leverages Swift Property Wrapper to implement the Service Locator pattern.45⭐
8🍴
SwiftWebImage). 🚀SwiftUI image downloader for BindingObject with performant LRU mem/disk cache.-
- 🌎 NetworkImage.swift**. Basic NetworkImage support for SwiftUI via Kingfisher
15⭐
2🍴
SwiftUI-Combine-todo-example). A to-do list app using SwiftUI and combine with restful api.-
- 🌎 Bindings.swift**. Re-implementation of @binding and @State (from SwiftUI) myself to better understand it.
-
- 🌎 Contacts.swift**
29⭐
4🍴
CombineUnsplash). Exploring SwiftUI + Combine + Result by using Unsplash API, with detailed code explanation.-
- 🌎 RemoteImage.swift**. Rough sketch of SwiftUI RemoteImage using AlamofireImage.
688⭐
54🍴
CombineFeedback). Unidirectional reactive architecture using new Apple Combine framework.383⭐
11🍴
Harvest). 🌾 Harvest: Apple's Combine.framework + State Machine, inspired by Redux and Elm.41⭐
1🍴
Redux HandlingUserInput). HandlingUserInput tutorial showcasing redux style of state and change management.4404⭐
308🍴
SwiftUI-Cheat-Sheet). SwiftUI Cheat Sheet.-
- 🌎 swiftui_shadow_and_border.swift**. Testing SwiftUI. Adding shadow and corner radius to a View. Strange behavior depending on View background color.
714⭐
69🍴
SwiftUI-MVVM). Sample iOS project built by SwiftUI + MVVM and Combine framework using GitHub API.-
- 🌎 SwiftUI-Circular.swift**. Rough attempt at creating a container view that lays out its children in a circle.
-
- 🌎 NotesApp.swift**. A notes app written in >100 lines of swift using SwiftUI.
4⭐
2🍴
UnsplashSwiftUI).UnsplashSwiftUI
A simple app powered by SwiftUI and Unsplash 🚀8⭐
5🍴
AniTime). Anime schedule, korean subtitle for iOS with SwiftUI + Combine and MVVM architecture84⭐
4🍴
Fluxus). Flux for SwiftUI, inspired by Vuex.5382⭐
655🍴
ChartView in SwiftUI). Easy to use animated Chartview supportingBar and Piecharts
25⭐
3🍴
Weather). 🌤 A simple SwiftUI weather app using MVVM.31⭐
6🍴
Chat). 💬 A basic SwiftUI chat app that leverages the newURLSessionWebSocketTask
.-
- 🌎 toBlockingArray for Combine**. Acts like RxBlocking, for writing tests using the Combine framework.
27⭐
9🍴
ImageWithActivityIndicator). SwiftUI view that download and display image from URL and displaying Activity Indicator while loading.4⭐
2🍴
Demo)1341⭐
41🍴
🌯🌯 Burritos). A collection of Swift Property Wrappers (formerly "Property Delegates").35⭐
6🍴
Hackery) A HackerNews client made using SwiftUI.13⭐
0🍴
SwiftUI-Redux-Todo Example) An opinionated React/Redux inspired Todo example.68⭐
15🍴
Currency Converter). A Currency converter app.498⭐
40🍴
bottombar-swiftui). BottomBar component for SwiftUI113⭐
4🍴
DealStack). Simple card stack implemented with SwiftUI220⭐
14🍴
SwiftUI-PathAnimations). Tools for SwiftUI that helps perform Path and Shape animations64⭐
6🍴
CombineBookSearch). SwiftUI + Combine + MVVM architecture.49⭐
7🍴
YanxuanHD), The iPad version of '网易严选' iOS app7⭐
0🍴
Babylon demo) MVVM with a project-level separation of layers and a leafView
framework.548⭐
71🍴
RKCalendar) Simple SwiftUI Calendar / Date Picker.72⭐
2🍴
Morphi) AdditionalShape
for SwiftUI.- ⏯
683⭐
105🍴
VideoPlayer), A video player for SwiftUI. 34⭐
1🍴
DrawerView-SwiftUI) A drawer view with certain customizability implemented by SwiftUI.7227⭐
446🍴
SwiftUIX) An extension to the standard SwiftUI library.933⭐
46🍴
SwiftUI-Router). A routing system proof-of-concept based on React Router.1⭐
0🍴
SwiftUI ColorSlider). Dynamically select a color from a color gradient slider.483⭐
36🍴
⌨️ KeyboardObserving) A Combine-based solution for observing and avoiding the keyboard in SwiftUI.282⭐
28🍴
☑ Calculator Checklist) Recreation of calculator-checklist project in SwiftUI.8⭐
0🍴
Arrival) BART app writen entirely with SwiftUI34⭐
1🍴
SF) A Small SFSymbols SwiftUI Enum.413⭐
51🍴
Pull to Refresh) SwiftUI pull to refresh for List, NavigationView9⭐
1🍴
ConnectFour) A basic Connect Four game built with SwiftUI- Modal View A simple and safe way to display Modal views in SwiftUI
9⭐
1🍴
SwiftUI CompatKit) 🤘 A framework to add missing UIKit Controls to SwiftUI 🤘2282⭐
237🍴
SDWebImageSwiftUI). SDWebImage integration for SwiftUI. Supports async image loading, caching, as well as animated image playback like GIF, APNG and Animated WebP.298⭐
37🍴
FlipClock-SwiftUI) Flip clock implementation in SwiftUI17⭐
3🍴
CountdownFilmClutter-SwiftUI) Old fashioned countdown film clutter in SwiftUI- 🇹🇷
2⭐
0🍴
SwiftUI-Presentation) SwiftUI explained in Turkish and prepared a demo application. 859⭐
93🍴
Sliders). Custom sliders and tracks for SwiftUI.602⭐
55🍴
📖 Pages) A lightweight, paging view solution for SwiftUI.1747⭐
194🍴
🚀 PartialSheet) A SwiftUI modifier to show a Partial Modal Sheet based on his content height.12⭐
2🍴
🕒 Clock time picker). A clock face with draggable hands to pick the hour and minutes of your date.- 🇨🇳
1135⭐
138🍴
SwiftUI-WeChat) Learn how to make WeChat with SwiftUI. 微信 7.0 🟢 56⭐
8🍴
Weather App with MVVM and CoreML) 🚀 This demo is very simple project, which designed to understand SwiftUI. It includes Main screen, DayList screen and detail screen.676⭐
35🍴
Verge) A Store-Pattern based data-flow architecture for iOS Application with UIKit / SwiftUI. Inspired by Redux and Vuex.5968⭐
726🍴
Clean Architecture for SwiftUI) A demo project showcasing the production setup of the SwiftUI app with Clean Architecture.5799⭐
355🍴
SwiftUI-Introspect) Introspect underlying UIKit components from SwiftUI.- 🗯️
194⭐
9🍴
Lazy-Pop-SwiftUI) Modifier that allows swiping on any part of the screen to start an interruptible pop animation to the previous view. - 🔥
177⭐
23🍴
Login-with-Apple-Firebase-SwiftUI) SwiftUI component that handles logging in with Apple into Firebase. Complete tutorial in the README. 761⭐
62🍴
Awesome-SwiftUI) A curated list of awesome SwiftUI tutorials, libraries, videos and articles.76⭐
5🍴
GrowingTextView-SwiftUI) Growing text view implemetation in SwiftUI139⭐
15🍴
🚀 ActionOver) A SwiftUI modifier to show an Action Sheet on iPhone and a Popover on iPad and Mac. Write just once the actions for the menus.- 🃏
493⭐
53🍴
CardStack) A easy-to-use SwiftUI view for Tinder like cards on iOS, macOS & watchOS. 240⭐
12🍴
Floating Tab Bar) A floating tab bar made in SwiftUI51⭐
11🍴
iOS Calculator Clone for iPadOS using SwiftUI) A clone of the native iOS built-in Calculator for iPadOS using SwiftUI, mimicking the native Calculator UI and funtions.1286⭐
60🍴
StepperView) SwiftUI iOS component for Step Indications1⭐
0🍴
🔆 UrbanVillageProjectScreens) Recreations of the Urban Village Project concept screens.66⭐
1🍴
🍱 SharedObject) A new property wrapper for SwiftUIObservableObject
.596⭐
57🍴
🧭 BetterSafariView) A better way to present aSFSafariViewController
or start aASWebAuthenticationSession
in SwiftUI.68⭐
5🍴
MGFlipView) allows to create flipping view in easy way without worrying about flipping animation and flipping logic.139⭐
9🍴
SwiftUIListSeparator) View extension to hide/modify List separators in SwiftUI iOS13 and iOS14.7⭐
1🍴
InfiniteScroller) Horizontal and Vertical collection view for infinite scrolling that was designed to be used in SwiftUI343⭐
43🍴
SwiftUI Tooltip) SwiftUI Tooltip implementation that works on all platforms and supports SwiftUI v1.0988⭐
43🍴
SVG to SwiftUI) SVG to SwiftUI Shape converter651⭐
87🍴
Clendar) Clendar is an open-source & universal calendar app, written in SwiftUI.72⭐
9🍴
Corona Widget) 😷 open-source iOS 14 widget to get latest stats on Covid-19.1135⭐
99🍴
URL-Image) 🔗 Open-source solution for quickly displayingImages
via URL.1742⭐
64🍴
SFSafeSymbols) A SF Symbols enum that safely automatically updates upon build.10⭐
2🍴
Confetti-View) 🎉 A simple confetti view for apps using SwiftUI.639⭐
50🍴
Open Source SwiftUI Documentation) 🚀🌎 open-source SwiftUI documentation!1516⭐
77🍴
SwiftUICharts) A simple line and bar charting library that supports accessibility written using SwiftUI.2743⭐
341🍴
MarkdownUI) Render Markdown text in SwiftUI.12⭐
3🍴
Instasoup) Instagram home page SwiftUI implementation.874⭐
67🍴
FlowStacks) Coordinator pattern in SwiftUI.
1364⭐
161🍴
ASCollectionView) A SwiftUI collection view with support for custom layouts.1650⭐
107🍴
QGrid) The missing SwiftUI collection view.153⭐
8🍴
FlowStack). A grid layout component.658⭐
34🍴
GridStack). A flexible grid layout view for SwiftUI.2470⭐
118🍴
WaterfallGrid). A waterfall grid layout view for SwiftUI.962⭐
60🍴
Grid). SwiftUI Grid with custom styles.
- 🇪🇸 🌎 SwiftUI: Primeros Pasos en Xcode 11 e iOS 13
- 🇪🇸 🌎 SwiftUI + Xcode 11: Descubre Swift Package Manager y SF Symbols
133⭐
9🍴
SwiftUI-CSS, The missing CSS-like module for SwiftUI)
-
- 🌎 Vulcan** An app for creating SwiftUI apps.
Feel free to contribute!! This repo is yours.
7037⭐
682🍴
Juanpe/About-SwiftUI)