Explore >> Select a destination


You are here

sarunw.com
| | www.objc.io
15.0 parsecs away

Travel
| | objc.io publishes books, videos, and articles on advanced techniques for iOS and macOS development.
| | swiftwithmajid.com
12.9 parsecs away

Travel
| | During WWDC 23, SwiftUI introduced a new view modifier called visualEffect. This modifier allows us to attach a set of animatable visual effects by accessing layout information of the particular view. This week, we will learn how to use the new visualEffect view modifier in SwiftUI.
| | nerdyak.tech
14.5 parsecs away

Travel
| | This year DubDub is over and I am very excited about the new developer treats that iOS17 will bring us that expand the animation possibilities of SwiftUI. I am talking mainly about the PhaseAnimator, KeyframeAnimator and the ability to utilize Metal shaders on SwiftUI views through modifiers .distortionEffect, .layerEffect, and .colorEffect (docs).
| | swiftui-lab.com
123.2 parsecs away

Travel
| Some SwiftUI views have protocols to customize styling. We'll explore some of them, and also how we can apply the same pattern to our own custom views.