Learn SwiftUI
@learnswiftui
1.25K
subscribers
114
links
每日分享 SwiftUI 相关的内容,网站
http://learnswiftui.cn
Download Telegram
Join
Learn SwiftUI
1.25K subscribers
Learn SwiftUI
#教程
https://swiftwithmajid.com/2020/04/01/drag-and-drop-in-swiftui/
Swift with Majid
Drag and drop in SwiftUI
Another iPadOS feature released in SwiftUI with Xcode 11.4 was the drag and drop. Finally, we can use drag and drop API not only with UIKit but also with SwiftUI. This week we will learn all about drag and drop interactions in SwiftUI.
Learn SwiftUI
#教程
#视频
https://youtu.be/zUdBGuyeV90
YouTube
How to add Lottie Animations in SwiftUI
Add animated assets to your iOS app in SwiftUI. Full 50 videos: https://designcode.io/swiftui
Animated assets:
https://shape.so
https://lottiefiles.com
Library:
https://github.com/airbnb/lottie-ios
Learn SwiftUI
#合辑
https://swiftuihub.com/swiftui-example-projects/
Swiftuihub
SwiftUI Example Projects
Learn SwiftUI: SwiftUI Examle Projects and Other Resources Like Tutorials, Libraries, Books and Courses.
Learn SwiftUI
#教程
https://medium.com/@prafullkumar77/swiftui-multiline-content-fit-textfield-3abbdcedaabc
Medium
How to Build a Multi-Line TextField in SwiftUI
Developed on Xcode 11.4 with SwiftUI
Learn SwiftUI
#教程
https://swiftwithmajid.com/2020/04/08/binding-in-swiftui/
Swift with Majid
Binding in SwiftUI
Binding is one of the several property wrappers that SwiftUI presents us to control data flow in the app. Binding provides us a reference like access to a value type. This week we will understand how and when to use binding. We will learn how to avoid common…
Learn SwiftUI
#教程
https://www.avanderlee.com/swiftui/previews-different-states/
SwiftLee
SwiftUI Previews: Validating views in different states
SwiftUI Previews can be used to display a view in dark mode, different localizations, different text sizes, all at the same time!
Learn SwiftUI
#教程
https://swiftwithmajid.com/2020/04/15/layout-priorities-in-swiftui/
Swift with Majid
Layout priorities in SwiftUI
This week we will talk about another core process in SwiftUI. We will learn the procedure of laying out views. We will understand how SwiftUI calculates positions and sizes of our views and how we can change that process using layout priorities.
Learn SwiftUI
#教程
#视频
https://www.letsbuildthatapp.com/course/Calculator%20SwiftUI
Learn SwiftUI
#工具
https://swiftui.ai
swiftui.ai
SwiftUI Inspector
Enhance your development workflow by copying and pasting element styles from your Figma files into your Xcode project.
Learn SwiftUI
#教程
Lastpass Clone
https://liquidcoder.com/lastpass-clone-pt1/
https://liquidcoder.com/lastpass-clone-pt2-combine/
https://liquidcoder.com/lastpass-clone-part-3/
https://liquidcoder.com/lastpass-redesigned-clone-part-4/
https://liquidcoder.com/lastpass-redesigned-clone-part-5/
Learn SwiftUI
#教程
https://github.com/neoneye/SwiftSnakeEngine
GitHub
GitHub - neoneye/SwiftSnakeEngine: YOU vs AI, in the classic snake game!
YOU vs AI, in the classic snake game! Contribute to neoneye/SwiftSnakeEngine development by creating an account on GitHub.
Learn SwiftUI
#教程
https://www.vadimbulavin.com/swift-function-builders-swiftui-view-builder/
Yet Another Swift Blog
Function Builders in Swift and SwiftUI
What are Swift function builders? What is SwiftUI ViewBuilder? How Swift function builders work on the compiler level? How to implement a function builder in Swift? These are the questions to answer in this Swift function builders tutorial.
Learn SwiftUI
#书
《SwiftUI 编程思想》上架,由
objc.io
出品,喵神王巍翻译
https://j.youzan.com/YAmoPJ
Learn SwiftUI
#教程
https://alfianlosari.com/posts/building-expense-tracker-ios-app-with-core-data-and-swiftui
Learn SwiftUI
#教程
https://frisco-uplink.com/2020/designing-building-and-shipping-an-iphone-app-in-five-weeks-with-swiftui/
Learn SwiftUI
#开源
https://github.com/simonboots/SwiftUIFourierSeries
GitHub
GitHub - simonboots/SwiftUIFourierSeries: A Fourier Series visualisation written in Swift/SwiftUI
A Fourier Series visualisation written in Swift/SwiftUI - simonboots/SwiftUIFourierSeries
Learn SwiftUI
This media is not supported in your browser
VIEW IN TELEGRAM
Learn SwiftUI
#教程
https://www.hackingwithswift.com/articles/217/complete-guide-to-layout-in-swiftui
Hacking with Swift
The Complete Guide to Layout in SwiftUI
HStack, VStack, ZStack, Spacer, GeometryReader, and more
Learn SwiftUI
#教程
https://www.hackingwithswift.com/articles/216/complete-guide-to-navigationview-in-swiftui
Hacking with Swift
The Complete Guide to NavigationView in SwiftUI
Programmatic navigation, customization, and more
Learn SwiftUI
https://medium.com/better-programming/build-a-swiftui-animal-crossing-application-part-1-aaf3528c1df
Medium
Build a SwiftUI Animal Crossing Application (Part 1)
Combine, services, models, and EnvironmentObject