Learn SwiftUI
@learnswiftui
1.24K
subscribers
114
links
每日分享 SwiftUI 相关的内容,网站
http://learnswiftui.cn
Download Telegram
Join
Learn SwiftUI
1.24K subscribers
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://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
#教程
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
#教程
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://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