Hi there!
I have a couple of questions for you, regarding the property pathMajorRadius that can be obtained through UITouch.valueForKey.
I noticed this property doesn't provide accurate size values but rather wired values at certain intervals... What I want to know is if there's a more precise way to get the touch size aside from pathMajorRadius, and additionally, what is the maximum value pathMajorRadius can return, which I need in case there's no better option to work with than this property.
Thanks in advance!
Manu