On 03-May-2011, at 12:30 AM, Matt Neuburg wrote:
> On Mon, 02 May 2011 16:15:59 +0800, Roland King said:
>> I have a UIView subclass which has a number of UIButtons and UISliders on
>> it, it's a sort of control panel. I added UIPanGestureRecognizer to it with
>> the idea that if you stick you
On Mon, 02 May 2011 16:15:59 +0800, Roland King said:
>I have a UIView subclass which has a number of UIButtons and UISliders on it,
>it's a sort of control panel. I added UIPanGestureRecognizer to it with the
>idea that if you stick your finger down outside one of the embedded controls,
>you c
I've seen this behavior as well, and I solved it the same way you did.
I hope there is a better way.
-Heath Borders
heath.bord...@gmail.com
Twitter: heathborders
http://heath-tech.blogspot.com
On Mon, May 2, 2011 at 3:15 AM, Roland King wrote:
> I have a UIView subclass which has a number of
I have a UIView subclass which has a number of UIButtons and UISliders on it,
it's a sort of control panel. I added UIPanGestureRecognizer to it with the
idea that if you stick your finger down outside one of the embedded controls,
you can move the window around. Wrote the handler for the gestur