回答編集履歴
1
s
answer
CHANGED
@@ -35,8 +35,6 @@
|
|
35
35
|
private func createHexagonPath() -> UIBezierPath {
|
36
36
|
let path = UIBezierPath()
|
37
37
|
|
38
|
-
print((superview ?? UIView()) )
|
39
|
-
|
40
38
|
let x = self.center.x - self.frame.origin.x
|
41
39
|
let y = self.center.y - self.frame.origin.y
|
42
40
|
let height = self.bounds.size.height
|