Morphi (莫菲) - Μορφ

License Platform Language Build Status Sponsor Become a Patron! Buy me a coffee

Morphi (莫菲) 为 SwiftUI 提供了一些额外的 形状

Screen shot

示例

创建一个形状视图

像其他任何形状一样,只需初始化它即可。

 Heart().fill(Color.red).frame(width: 100, height: 100)

Heart

遮罩现有视图

aView.clipShape(Drop())
// or using static member
aView.clipShape(.drop)

你甚至可以在另一个形状上使用它。

Polygon(sides: 6).fill(Color.red).clipShape(.drop)

PolygonDrop

UIKit

对于使用 UIBezierPathUIKit 版本,请参考 IBAnimatable 框架