Explore >> Select a destination


You are here

atomicbird.com
| | sarunw.com
19.6 parsecs away

Travel
| | In iOS 16, we got a native way to present a bottom sheet in SwiftUI. Let's explore its behavior and limitation.
| | www.cocoawithlove.com
16.6 parsecs away

Travel
| | I present a small file for handling layout, similar to UIStackView or NSStackView but built around efficient Swift syntax and the aim of composing full layouts as a single expression.
| | www.thecodedself.com
14.8 parsecs away

Travel
| | A toast view is a small, short-lived popup provides a small bite of information (see what I did there?) to the user. It's an Android paradigm, but if you're working on an iOS app that has an Android component, the chances are high that you have been or will be asked to implement one at some point. So you might as well learn how to make one simply without having to pull in a 3rd-party dependency, right? Well, let's get started then.
| | sarunw.com
103.8 parsecs away

Travel
| Learn how to use UIView as a SwiftUI view.