Hello,
I'm trying to stroke an array of UIBezierPath as point gird on display. The spacing of the points would be relative to the size of the UIView , something like: (bounds.UIView / 10) to make the spacing 10 on each side
so basically I have two question:
1) how to stroke a single point using uibezierpath?
2) How to create an array of points and stroke them on a UIView.
Thanks!
I'm trying to stroke an array of UIBezierPath as point gird on display. The spacing of the points would be relative to the size of the UIView , something like: (bounds.UIView / 10) to make the spacing 10 on each side
so basically I have two question:
1) how to stroke a single point using uibezierpath?
2) How to create an array of points and stroke them on a UIView.
Thanks!