0

I am new to swift. I have followed many tutorial to learn it. Can someone guide me how to draw lines with UIImage ? I want to draw some lines on image .

If I draw image on UIView in on draw method - will the performance will be same as image on UIImage- do I still able to get full resolution and pinch zoom etc features.

Deb S
  • 509
  • 5
  • 16

1 Answers1

1

iOS Drawing Concepts from the iOS documentation library should serve as a useful guide.

Vatsal Manot
  • 17,695
  • 9
  • 44
  • 80