We will use UIBezierPath to create the shape, and two CAShapeLayer objects to show the path created.UIBezierPathUIBezierPath can be used to create almost any shape imaginable. However, it cannot show itself on the screen.Commonly used methods on this class to make shapes are:addLine(): Adds a line... Continue Reading...