[ad_1]
- (CGPoint) convertPoint: (CGPoint) point {
return [self.view convertPoint: CGPointMake(point.x, self.view.frame.size.height - point.y) toScene: self];
}
[ad_2]
solved Swift Function to Objective C [closed]
[ad_1]
- (CGPoint) convertPoint: (CGPoint) point {
return [self.view convertPoint: CGPointMake(point.x, self.view.frame.size.height - point.y) toScene: self];
}
[ad_2]
solved Swift Function to Objective C [closed]