In the official document about ShapeStyle, there is nowhere to find out whether ShapeStyle
inherits from something else or not, is it a View
?
Does `ShapeStyle` inherit from `View`?
213 views Asked by lochiwei At
1
In the official document about ShapeStyle, there is nowhere to find out whether ShapeStyle
inherits from something else or not, is it a View
?
Here is the definition of
ShapeStyle
. As you can see, it conforms toView
protocol.