Closed kotromeo closed 6 years ago
Self fount answer
need to replace
CGRect sourceRect = CGRectMake(self.webView.superview.center.x, self.webView.superview.center.y, 1, 1);
by
CGRect sourceRect = CGRectMake(self.webView.superview.center.x, self.webView.superview.frame.origin.y + self.webView.superview.frame.size.height, 1, 1);
Wheel stacked on center of screen. How to move it to down ?