mirror of
https://github.com/wnagrodzki/OneFingerRotation.git
synced 2025-04-05 12:02:31 +02:00
Call super implementation for reset method. Change reference view to window.
This commit is contained in:
parent
ba950f4635
commit
8c73a4f8cd
1 changed files with 2 additions and 1 deletions
|
@ -57,6 +57,7 @@ CGPoint CGRectGetMidPoint(CGRect rect)
|
||||||
|
|
||||||
- (void)reset
|
- (void)reset
|
||||||
{
|
{
|
||||||
|
[super reset];
|
||||||
self.trackedTouch = nil;
|
self.trackedTouch = nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,7 +143,7 @@ CGPoint CGRectGetMidPoint(CGRect rect)
|
||||||
|
|
||||||
- (UIView *)referenceView
|
- (UIView *)referenceView
|
||||||
{
|
{
|
||||||
return self.view.superview;
|
return self.view.window;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (float)angleForVectorWithStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint
|
- (float)angleForVectorWithStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint
|
||||||
|
|
Loading…
Add table
Reference in a new issue