ios - how to extract more touch points from UIResponder? -


when touch uiview base of finger tip, , touch point using touches anyobject, single touch point, though base of finger tip has area touches lot many points. there way points? if there no such way, how simple paint apps implemented in ios?

you getting point / touch. each touch related single finger. controlled ios.

'simple' drawing / painting apps use path traced touch points current line drawing width , texture create lines or bezier paths.

if you're trying create drawing app form of pressure sensitivity you'd need integrate 3rd party stylus (like one)


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -