/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

nerdyak.tech
| | kenb.us
18.8 parsecs away

Travel
| | The UISegmentedControl provided by UIKit is a ubiquitous control. However, when it comes to customizing this control, it can get pretty tricky. So I'm going to try to explain how this widget ...
| | swiftui-lab.com
10.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.
| | www.avanderlee.com
19.9 parsecs away

Travel
| | Computed Properties allow you to define values based on other properties. Define a property in an extension and always consider performance.
| | swiftwithmajid.com
35.9 parsecs away

Travel
| Button is one of the regularly used components in SwiftUI. We use buttons to allow users to produce actions. That's why it is so essential to generalize the look and feel of buttons in our apps. This week we will master buttons in SwiftUI. We will learn how to customize the look and feel of our buttons.