Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 UIView,我在其中使用 Paint Code 绘制衬衫。我必须应用一个 png 图像,这将是衬衫的图案。添加后的图案会扩散到衬衫外面。如何使图像不扩散到衬衫外面。
灰色背景是用于绘制衬衫图像的 UIView。
圆点是我想应用于图像的图案,我怎么能不让它扩散?
我通过添加波尔卡圆点的 patternImage 来替换视图的颜色来解决它。
shirtView : UIColor = UIColor(patternImage: UIImage(named: "polka-dots.png")!)