avanderlee.com
How to combine text weights in SwiftUI
5 min · · Using multiple Text weights in SwiftUI is possible by combining views into one. Keep wrapping without using NSAttributedString. · Shared by 3, including Victor Lee
reactivex.io
ReactiveX
1 min · · Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others · Shared by 49, including Brian, Victor Lee, Vincent Liu, Daniel Williams, Francis DB, Ludovic Claude, Nico Müller 🇺🇦, Mike Ivars, Yannick D., Patric Fornasier
Mattt
iOS 13
14+ min · · To mark last week’s release of iOS 13, we’re taking a look at some obscure (largely undocumented) APIs that you can now use in your apps. · Shared by 10, including Victor Lee, Peter Steinberger
simpleswiftguide.com
SwiftUI Image tutorial
3 min · · Learn how to use Images in SwiftUI. Resize images, adjust their content ratio, style them. Clip images to shapes and custom frames. · Shared by 2, including Victor Lee
Stanford University
CS193p - Developing Apps for iOS
· The lectures for the Spring 2020 version of Stanford University's course CS193p (Developing Applications for iOS using SwiftUI) were delivered to our students in an on-line fashion due to the novel… · Shared by 31, including Victor Lee, melbic
dotconferences.com
Prototyping Custom UI in SwiftUI - Tobias Due Munk at dotSwift 2020
9 min · · Tobias shares a full story on how to build a prototype for a custom UI that visualizes instantaneous sound level as well as sound level over time. The talk is highly interactive and covers how Swift… · Shared by 10, including Ole Begemann, John Sundell, Victor Lee
swiftui-lab.com
Dismiss Gesture for SwiftUI Modals
4 min · · I’ll say it loud and clear. What you are about to read, is a hack. As such, it comes with no warranty. Apple may change the way modals are presented in SwiftUI, which may in turn render this article… · Shared by 3, including Victor Lee
swiftui-lab.com
Advanced SwiftUI Transitions
4 min · · With SwiftUI transitions, we instruct the framework on how to animate a view when it is inserted or removed from the hierarchy. · Shared by 9, including Victor Lee, Pixel
youtube.com
How to use neumorphism in SwiftUI
· Get my finished code: https://github.com/twostraws/NeumorphismSwiftUI Neumorphic design is easily the most interesting design trend of recent months, althoug... · Shared by 2, including Victor Lee
trycombine.com
Announcing: Timelane
1 min · · How to debug Combine code with the Timelane instrument · Shared by 24, including Peter Steinberger, masto.ashfurrow.com/@ashfurrow, Marcin Krzyzanowski, Steve Troughton-Smith (Archived), Victor Lee, Ellen Shapiro
github.com
broadwaylamb/OpenCombine
· Open source implementation of Apple's Combine framework for processing values over time. - broadwaylamb/OpenCombine · Shared by 10, including Ellen Shapiro, Victor Lee, Peter Steinberger
Stack Overflow
Can you use a Publisher directly as an @ObjectBinding property in SwiftUI?
· In SwiftUI, can you use an instance of a Publisher directly as an @ObjectBinding property or do you have to wrap it in a class that implements BindableObject? let subject = PassthroughSubject · Shared by 2, including Victor Lee
hackingwithswift.com
How to provide relative sizes using GeometryReader
· Was this page useful? Let us know! 1 2 3 4 5 Average rating: 2.3/5 · Shared by 2, including Victor Lee
John Sundell
Configuring SwiftUI views
8 min · · 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… · Shared by 8, including Victor Lee
appcoda.com.tw
SwiftUI 小技巧:透過 PreferenceKey 簡單對齊視圖
7 min · · SwiftUI 優點多不勝數,但當中你可能錯過了一個很聰明的工具 ── Preferences,尤其是 PreferenceKey 協定。在這篇文章中,Keith 會透過一個簡單的例子,向大家介紹如何利用 PreferenceKey 對齊視圖。快來學會這個小技巧,簡單讓你的 App 更美觀吧! · Shared by 2, including Victor Lee
hackingwithswift.com
How to place content outside the safe area
· Was this page useful? Let us know! 1 2 3 4 5 Average rating: 4.7/5 · Shared by 2, including Victor Lee