Issues with scrolling in iOS

WebElement we = aDriver.findElement(By.xpath("//XCUIElementTypeApplication/XCUIElementTypeWindow[4]/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypePicker"));
((MobileElement) we).swipe(SwipeElementDirection.UP, 10);
System.out.println(we.getText());

is not working

Help!

From appium 1.6.4 onwards to to perform scroll / swipe in iOS please use strategies specified in:- https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/ios-xctest-mobile-gestures.md