- (void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCurrentContext(); CGContextMoveToPoint(context, 0, 0); CGContextAddRect(context,CGRectMake(100, 100, 200 , 150)); CGContextMoveToPoint(context, 200, 175); CGContextAddArc(context, 20…