I use CGContext in a subclass of UIView to draw lines, it works fine when no other views in the ViewController on storyboard. However each time putting in an `UIImageView' with an image, it'd cover parts of the lines.
But I wanna draw several lines inside the UIImageView or inside the image. What should I do?
Would someone help me with it?