Open alexanderkhitev opened 6 years ago
@alexanderkhitev what I got to work for me, was to set the frame of the svg view before adding it to the container view.
So, for your code this should work;
borderView.frame = containerView.frame
and then
containerView.addSubview(borderView)
Hey @dhruveonmars ! I'll try it later. Thank you!
Hello! After performing the resizeToFit function, the SVG image has an empty space on the right side between itself and the containerView, please tell me how to fix it?
This is example code