AudioThumbnail native drawing

Hello,
can anybody suggest a nice way to make an AudioThumbnail draw its content into a native (iOS) UIView?
Basically I’d like to re-implement the drawing stuff by using native calls instead of using the JUCE’s Graphics class.
Or, as an alternative: would it be possible to draw the content into a native image?