In a previous tip, I drew rectangles and circles in a UIView. This time, let’s add lines and curves using paths to draw some toast. Download the playground I set up for you. I set up my code to do all the drawing in the drawLines method. Go to the closure. I set up a…