Hello i am new in iphone development,
I have some doubt about this , i know i am near to ans but i dont know where i am wrong anyone can please tell where i am wrong .
Here is my code for swipe gesture to my view.
UISwipeGestureRecognizer* gestureR;
gestureR = [[[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(swipe:)] autorelease];
gestureR.direction = UISwipeGestureRecognizerDirectionLeft;
what next in this ...
I’m new to iPhone?
yup One more line
[gestureR release];