Search code examples
objective-ccocoa-touchipaduiviewtouchesmoved

Free hand drawing on UIView not UIImageView


How to draw a freehand drawing on UIView rather than UIImageView using touches moved method. I have many other subviews on this view so i cannot add image view as whole view.I have seen many examples but they are drawing in UIImageView.


Solution

  • see this sample ..... GLPaint Sample