John Sundell 7/13/2021

Stroking and filling a SwiftUI shape at the same time

Read Original

This archived SwiftUI tutorial explains how to draw a shape with both a fill color and a border (stroke) at the same time, which isn't directly possible with a single modifier. It demonstrates the problem using a RoundedRectangle button example and provides a working solution by nesting a filled shape as the background of a stroked shape.

Stroking and filling a SwiftUI shape at the same time

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes