/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.avanderlee.com
| | swiftwithmajid.com
2.1 parsecs away

Travel
| | Xcode Preview Canvas is a crucial part of my development experience. Previews have significant changes this year by introducing the new #Preview macro. This week, we will learn about using the new #Preview macro and the benefits of this approach.
| | sarunw.com
1.7 parsecs away

Travel
| | Learn how to use UIView as a SwiftUI view.
| | benoitpasquier.com
2.1 parsecs away

Travel
| | With SwiftUI being recently introduced, I was curious if we could take advantage of SwiftUI preview to speed up testing localization and make sure your app looks great for any language.
| | swiftwithmajid.com
19.0 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.