Ok, guys, I found a «solution» but this is not very elegant.
The view which is transformed by UIScrollview can override (void)setTransform

CGAffineTransform) which is called repeatedly while zooming. there you can handle your «onZoom» events. If anyone has a better solution I'd love to hear it.
Cheers