1

I have an app with an imageView that needs to have a diagonal cut. Here is a picture for reference image of diagonal imageView. I am not sure how to code this. I suspect a mask is needed, but not sure.

Taylor Simpson
  • 940
  • 1
  • 10
  • 27

1 Answers1

1

So upon further examination and some thought I realized that all I needed was to draw a line in between the two views. Then I can just have the line move with the text view as it scrolls.

Taylor Simpson
  • 940
  • 1
  • 10
  • 27