Ruby[iOS] TouchActions Zoom In

Has anyone been able to use touch actions or other means to zoom in? I’ve tried the following to no avail:

driver.action.zoom(percentage = 200, auto_perform = true).perform
TouchAction.doubleTap(id).perform
driver.action.double_click(x:45, y:100).perform

for iOS try this:- https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/ios-xctest-mobile-gestures.md#mobile-pinch