html - Draw a line on top of uiwebview i.e. custom drawing on top of uiwebview -
html - Draw a line on top of uiwebview i.e. custom drawing on top of uiwebview -
how can draw line on top of uiwebview?
on app, when user touches finger on top of uiwebview , moves finger (the underlying html content plain text , not clickable), want line drawn.
is possible? apple allow custom drawing on top of uiwebview?
you can set uiview
above uiwebview
frame
equal uiwebview
, set background color clearcolor
. draw on it.
html ios uiwebview drawing
Comments
Post a Comment