创建 Apple 原生应用 UI 组件外观
了解如何创建符合 Apple 原生应用风格的 UI 组件。

Button 基础
.buttonBorderShape
.buttonStyle
.tint
Button
创建无文本 Button
创建 Apple Book、Apple Music 或 Podcast 风格,具有层次感的 Button:

可以使用 foregroundStyle 来创建上述风格的图标:
.foregroundStyle(
.white,
.white.tertiary
)
已添加到 WSButtons 库