Learn SwiftUI
@learnswiftui
1.24K
subscribers
114
links
每日分享 SwiftUI 相关的内容,网站
http://learnswiftui.cn
Download Telegram
Join
Learn SwiftUI
1.24K subscribers
Learn SwiftUI
#教程
用 SwiftUI 写一个 iOS reminder 应用第二篇
https://medium.com/firebase-developers/replicating-the-ios-reminders-app-part2-bfe904465944
Medium
How to Build a To-Do List App with Firebase and SwiftUI
Replicating the iOS Reminders App, Part 2
Learn SwiftUI
#教程
https://medium.com/better-programming/build-a-search-view-in-swiftui-e6d0d29d60f8
Medium
Build a Search View in SwiftUI
SearchBars don’t come natively with SwiftUI, so we need to do a few extra steps to implement it
Learn SwiftUI
#教程
https://sarunw.com/posts/gradient-in-swiftui/
Sarunw
Gradient in SwiftUI | Sarunw
SwiftUI has built-in ways to apply gradient color to its view. We are going to explore all three types of gradients provided, LinearGradient, RadialGradient, and AngularGradient.
Learn SwiftUI
#教程
https://www.iosapptemplates.com/blog/swiftui/swiftui-chat
iOS App Templates
How to Make a Chat App for iOS in SwiftUI - iOS App Templates
SwiftUI is the modern way of building user interfaces across all Apple platforms. In this tutorial, we are going to learn how to create a chat app in SwiftUI. There are a lot of interesting Read more…
Learn SwiftUI
#开源
https://github.com/inspired-software/Preferences
Learn SwiftUI
#教程
https://swiftui-lab.com/geometryreader-to-the-rescue/
Learn SwiftUI
#教程
https://www.vadimbulavin.com/expand-and-collapse-list-with-animation-in-swiftui/
Yet Another Swift Blog
Expand and Collapse List Rows with Animation in SwiftUI
Learn how to expand and collapse list rows with animation in SwiftUI by using List and ForEach in this step-by-step tutorial.
Learn SwiftUI
#系列教程
#付费
https://www.raywenderlich.com/6485147-drawing-in-ios-with-swiftui
kodeco.com
Drawing in iOS with SwiftUI
Learn about drawing using SwiftUI by creating custom controls using a combination of SwiftUI and Core Graphics. Covers shapes, colors, drawing with Pencil, and how to integrate them into a non-trivial app.
Learn SwiftUI
#教程
#视频
https://www.youtube.com/channel/UCwj8wWneM1JkNuM_HoJzb-g
YouTube
Credo Academy
The Credo Academy offers all SwiftData, SwiftUI, Augmented Reality, ARKit, UI/UX design with the Sketch app, Blender 3D illustration, animation, and app development courses. This is an all-in-one offer at an affordable price. Become a well-rounded developer…
Learn SwiftUI
#视频
#演讲
https://www.dotconferences.com/2020/02/tobias-due-munk-prototyping-custom-ui-in-swiftui
Learn SwiftUI
https://medium.com/better-programming/the-complete-swiftui-documentation-youve-been-waiting-for-fdfe7241add9https://medium.com/better-programming/the-complete-swiftui-documentation-youve-been-waiting-for-fdfe7241add9
Learn SwiftUI
#教程
https://pspdfkit.com/blog/2020/intro-to-swiftui-for-react-developers-part-1/
Nutrient
Introduction to SwiftUI for React Developers (Part 1) | Nutrient
A discussion of the basic concepts of SwiftUI from the point of view of a React developer.
Learn SwiftUI
#开源
#Mac
https://github.com/twostraws/ControlRoom
GitHub
GitHub - twostraws/ControlRoom: A macOS app to control the Xcode Simulator.
A macOS app to control the Xcode Simulator. Contribute to twostraws/ControlRoom development by creating an account on GitHub.
Learn SwiftUI
#播客
https://www.swiftbysundell.com/podcast/66
Swift by Sundell
66: “Bridging the gap”, with special guest Meng To | Swift by Sundell
Meng To, founder of Design+Code, joins John to go on a deep dive into SwiftUI from a design perspective, and to talk about how developers and designers can build scalable and flexible UIs using it. Also, structuring view code and components, the power of…
Learn SwiftUI
#教程
https://swiftwithmajid.com/2020/02/12/customizing-the-shape-of-views-in-swiftui/
Swift with Majid
Customizing the shape of views in SwiftUI
SwiftUI provides us several exciting ways to change the shape of our views. It allows clipping, masking, and a few other operations on the shape of views. This week I want to talk to you about altering view’s shape in SwiftUI.
Learn SwiftUI
#教程
https://benoitpasquier.com/start-ab-testing-journey-with-swiftui/
Benoit Pasquier
Start your A/B testing journey with SwiftUI
Last year, I shared a solution to tackle A/B testing on iOS in swift. Now that we have SwiftUI, I want to see if there is a better way to implement A/B testing. Starting from the same idea, I’ll share different implementations to find the best one.
Learn SwiftUI
#教程
https://medium.com/swift2go/swiftui-previews-is-there-an-easy-way-to-visualize-all-different-ui-variations-1f36c3f1d26
Medium
SwiftUI Previews —Is there an easy way to visualize all different UI variations?
Yes, that should be possible via Visual Stress Tests!
Learn SwiftUI
𝗟𝗲𝗮𝗿𝗻 𝗦𝘄𝗶𝗳𝘁𝗨𝗜 𝘄𝗲𝗲𝗸❹,本周我共收入了 8 篇新鲜的教程,1 个开源项目,1 个 dotSwfit 演讲视频和 1 个播客节目。往期文章都记录了作者发布时间,毕竟 SwiftUI「变」的很频繁,网址
https://learnswiftui.cn
Learn SwiftUI
#教程
https://sarunw.com/posts/how-to-create-activity-ring-in-swiftui/
Sarunw
How to create Activity Ring in SwiftUI | Sarunw
A guide to creating an activity-ring-like circular progress bar in SwiftUI. An in-depth tutorial of what I think when making a custom view. At the end of this article, you will be able to create the Activity ring used in the Activity app on Apple Watch.
Learn SwiftUI
#教程
https://www.swiftbysundell.com/articles/configuring-swiftui-views/
Swift by Sundell
Configuring SwiftUI views | Swift by Sundell
This week, let’s take a look at a few different ways of configuring views when using SwiftUI, and the sort of pros and cons that each of those approaches gives us in terms of code structure and flexibility.
Learn SwiftUI
#教程
https://medium.com/better-programming/build-an-endless-scrolling-list-with-swiftui-combine-and-urlsession-8a697a8318cb
Medium
Build an Endless Scrolling List With SwiftUI List and Combine
Let’s make an infinite scrolling Hacker News API feed