.overlay

#overlay

Overview

ilgili şeklin içine etki eder

Sample Code

Adding a black line to the edges

.overlay(  // adds a black line to the edges of flags
                                RoundedRectangle(cornerRadius: 5)
                                    .stroke(.black, lineWidth: 1)

Sources

Videos

Articles / Documents

See Also

Last updated