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:
-
how to stroke a single point using uibezierpath?
-
How to create an array of points and stroke them on a UIView.
Thanks!