Swift 3: Drawing a rectangle

Question or problem in the Swift programming language: I’m 3 days new to swift, and I’m trying to figure out how to draw a rectangle. I’m too new to the language to know the classes to extend and the methods to override, and I’ve looked around for sample code, but nothing seems to work (which […]

Continue Reading
12 useful Terminal commands on Mac

Drawing Polygons in Swift

Question or problem in the Swift programming language: I need to highlight an irregular shape when the user taps on it. My idea on how to do it was to draw a polygon that matches the shape, fill it with a color and change the opacity to make it translucent. Unfortunately I can’t find anything […]

Continue Reading