Explore >> Select a destination


You are here

sarunw.com
| | swiftui-lab.com
15.8 parsecs away

Travel
| | When we double wrap SwiftUI views inside a Representables and a Hosting Views, we open the door to new possibilites of what can be achieved with SwiftUI.
| | swiftwithmajid.com
16.2 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.
| | swiftwithmajid.com
16.8 parsecs away

Travel
| | I have been waiting for this day for the last nine months, and it has finally arrived. We saw the next iteration of the SwiftUI framework. Apple did a great job during the last year by improving SwiftUI and moving it towards by making it a standalone way for building apps for the Apple ecosystem. Today we will take a peek at all-new SwiftUI features.
| | sintraworks.github.io
89.2 parsecs away

Travel
| Some months ago I read this article by Agnes Vasarhelyi. It's about-guess what-scrollable UIStackViews. More precisely, it's about how to correctly set up a UIStackView within a UIScrollView, using autolayout. Not long after that, I needed extactly that: a scrolling stack view for a screen I was developing at work. I decided to create something simple, yet convenient and reusable. I didn't want to create a fancy view controller with all manner of bells and whistles. Just a simple view, that acts as scrolling stack view. Also, I did not want to have to write something like scrollView.stackView.axis = .vertical, but rather stackView.axis = .vertical.