/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

sintraworks.github.io
| | trycombine.com
4.3 parsecs away

Travel
| | Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
| | swiftwithmajid.com
4.4 parsecs away

Travel
| | The SwiftUI framework became a mature tool for building apps on all Apple platforms. The recent WWDC introduced missing APIs, adding more value to the framework. One of them is even backward compatible with previous versions of Apple platforms. This week, we will discuss tracking geometry changes of any view in SwiftUI.
| | swiftui-lab.com
3.9 parsecs away

Travel
| | In the first part of this article, we are going to explore how to use .matchedGeometryEffect modifier, to create a hero transition.
| | swiftwithmajid.com
27.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.