UIBezierPathの背景を透明にする
1802 ワード
いまいち役に立たないInterface Builderくんが役に立ってくれました。
ちなみにここではGraphViewというクラスを作り、そのプロパティにUIBezierPath
を持たせています。
GraphView.swift
class GraphView: UIView {
...
var graph: UIBezierPath!
GraphView.swift
required init?(coder aDecoder: NSCoder) {
graph = UIBezierPath()
super.init(coder: aDecoder)
}
というか、最初から透明にしてくれればいいのに?
ブログ書いてます:http://weed.nagoya
Author And Source
この問題について(UIBezierPathの背景を透明にする), 我々は、より多くの情報をここで見つけました https://qiita.com/Feel-Physics/items/51679bc13b6a78134495著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .