Learn SwiftUI
@learnswiftui
1.24K
subscribers
114
links
每日分享 SwiftUI 相关的内容,网站
http://learnswiftui.cn
Download Telegram
Join
Learn SwiftUI
1.24K subscribers
Learn SwiftUI
#开源
https://github.com/alfianlosari/CoronaVirusTrackerSwiftUI
GitHub
GitHub - alfianlosari/CoronaVirusTrackerSwiftUI: Corona Virus Tracker & Advices iOS App with SwiftUI
Corona Virus Tracker & Advices iOS App with SwiftUI - alfianlosari/CoronaVirusTrackerSwiftUI
Learn SwiftUI
𝗟𝗲𝗮𝗿𝗻 𝗦𝘄𝗶𝗳𝘁𝗨𝗜 𝘄𝗲𝗲𝗸❼,本周我共收入了 4 篇新鲜的教程,3 个开源项目,1 期播客节目。网址
https://learnswiftui.cn
Learn SwiftUI
#教程
https://www.swiftbysundell.com/articles/avoiding-massive-swiftui-views/
Swift by Sundell
Avoiding massive SwiftUI views | Swift by Sundell
This week, let’s explore the topic of UI modularization in the context of SwiftUI, by taking a look at a few different techniques that can be useful in order to avoid trading Massive View Controllers for Massive Views.
Learn SwiftUI
#手册
https://fuckingswiftui.com/
Fucking SwiftUI
Fucking SwiftUI - Cheat Sheet
Everything you need to know to adopt SwiftUI
Learn SwiftUI
#开源
https://github.com/danielsaidi/SwiftUIKit
GitHub
GitHub - danielsaidi/SwiftUIKit: SwiftUIKit is a Swift SDK that adds extra functionality to Swift & SwiftUI.
SwiftUIKit is a Swift SDK that adds extra functionality to Swift & SwiftUI. - danielsaidi/SwiftUIKit
Learn SwiftUI
𝗟𝗲𝗮𝗿𝗻 𝗦𝘄𝗶𝗳𝘁𝗨𝗜 𝘄𝗲𝗲𝗸❽,本周新内容比较少,共收入了 1 篇教程,1 个开源项目和 1 个手册。网址
https://learnswiftui.cn
Learn SwiftUI
#教程
https://medium.com/better-programming/swiftui-color-7628a0c174b2
Medium
SwiftUI: Color
Dig into the particulars of SwiftUI’s Color
Learn SwiftUI
#招聘
https://jobs.apple.com/en-us/details/200065251/swiftui-frameworks-engineer
Learn SwiftUI
#开源
https://github.com/kieranb662/Interact
Learn SwiftUI
#教程
https://github.com/ChrisMash/AVPlayer-SwiftUI
GitHub
GitHub - ChrisMash/AVPlayer-SwiftUI: Using AVPlayer in SwiftUI
Using AVPlayer in SwiftUI. Contribute to ChrisMash/AVPlayer-SwiftUI development by creating an account on GitHub.
Learn SwiftUI
#教程
https://swiftwithmajid.com/2020/03/18/anchor-preferences-in-swiftui/
Swift with Majid
Anchor preferences in SwiftUI
Today we will continue mastering view preferences in SwiftUI that we touched a few weeks ago. Anchor preferences are another type of view preferences provided by SwiftUI. The main goal of anchor preferences is to pass layout data like bounds, center coordinates…
Learn SwiftUI
#视频
https://talk.objc.io/episodes/S01E195-wrapping-map-view
talk.objc.io
Wrapping Map View
We wrap an MKMapView, using a diff on the annotations to properly animate insertions and removals.
Learn SwiftUI
𝗟𝗲𝗮𝗿𝗻 𝗦𝘄𝗶𝗳𝘁𝗨𝗜 𝘄𝗲𝗲𝗸❾,本周共收入了 3 篇教程,1 个开源项目和 1 个视频。网址
https://learnswiftui.cn
Learn SwiftUI
#教程
https://www.raywenderlich.com/7705231-creating-a-mind-map-ui-in-swiftui
kodeco.com
Creating a Mind-Map UI in SwiftUI
In this tutorial, you’ll learn how to create an animated spatial UI in SwiftUI with support for pan and zoom interactions.
Learn SwiftUI
#教程
https://medium.com/@retep007/firebase-swiftui-note-taking-app-tutorial-gcp-5a12a1b1154b
Medium
How to build a note-taking app with Firebase + SwiftUI
Learn how to build a note-taking app from scratch, using SwiftUI and Firebase
Learn SwiftUI
#开源
https://github.com/exyte/ActivityIndicatorView
GitHub
GitHub - exyte/ActivityIndicatorView: A number of preset loading indicators created with SwiftUI
A number of preset loading indicators created with SwiftUI - exyte/ActivityIndicatorView
Learn SwiftUI
#教程
https://www.swiftbysundell.com/articles/swiftui-layout-system-guide-part-1/
Swift by Sundell
A guide to the SwiftUI layout system - Part 1 | Swift by Sundell
Let’s take a look at the SwiftUI layout system by starting to build a full-screen view from scratch. Along the way, we’ll use many different techniques and APIs, which lets us explore the underlying rules of the SwiftUI layout system.
Learn SwiftUI
#教程
#开源
https://itnext.io/introducing-spin-9a48de9680d6
Medium
Introducing Spin
A universal feedback loop system in Swift
Learn SwiftUI
#教程
https://medium.com/@bradysmurphy/custom-fonts-in-swiftui-d529de69131d
Medium
How to Add Custom Fonts in SwiftUI
Make your iOS development more beautiful
Learn SwiftUI
#教程
https://swiftwithmajid.com/2020/03/25/hover-effect-in-swiftui/
Swift with Majid
Hover effect in SwiftUI
Apple introduced the hover effect a few years ago to improve the interaction of the trackpads on iPadOS. Later, it became available on tvOS, producing the same effect while the user navigated through the app using Apple TV Remote. Nowadays, we can use the…
Learn SwiftUI
#教程
https://www.vadimbulavin.com/modern-mvvm-ios-app-architecture-with-combine-and-swiftui/
Yet Another Swift Blog
Modern MVVM iOS App Architecture with Combine and SwiftUI
Learn how to build an iOS app with MVVM architecture pattern using Swift, Combine and SwiftUI. The complete sample project included.