I have a UIImageView
, and make it rounded. Now I want to set a green color border to that view but only for the half bottom part.
Can anyone help me?
Thanks.
I have a UIImageView
, and make it rounded. Now I want to set a green color border to that view but only for the half bottom part.
Can anyone help me?
Thanks.
Hey i got what you want . but you could post your code here that would be best . btw you have rounded image and you want to the half border to be green or something . this can be done by border-bottom: 5px solid red;
you can check it how it work in code pin.
`https://codepen.io/Hariskhan488/pen/EoNPBv`