/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.neilmacy.co.uk
| | ashishkakkad.com
3.1 parsecs away

Travel
| | SwiftUI comes with easiest way of coding! In SwiftUI they have given 3 types of gradients, you can easily show gradients on any of the view. Linear Gradient Radial Gradient Angular Gradient In gradient option we have to pass array of colors. Linear Gradient Linear Gradient have start point and end point options. LinearGradient(gradient: Gradient(colors: ... Read more
| | benoitpasquier.com
3.4 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.
| | movingparts.io
3.4 parsecs away

Travel
| | Covering how to make custom view styles work like the build in ones. Plus, some new tricks we've learned in the time since.
| | nilcoalescing.com
20.4 parsecs away

Travel
| Let users rename items from the navigation title in the toolbar using the new navigationTitle() modifier that takes a binding.